---
title: "CreateFile (Opus Funktion)"
---
### Beschreibung

Eröffnet ein neues File

### Argumente

| Name | Typ | Beschreibung |
| --- | --- | --- |
|  | [string](../../standard-datentypen/string.md) | Dateiname |
|  | [integer](../../standard-datentypen/integer.md) | Access |
|  | [integer](../../standard-datentypen/integer.md) (optional) | Sharemode (default 0) |
|  | [integer](../../standard-datentypen/integer.md) (optional) | Creation (default CREATE_ALWAYS) |
|  | [integer](../../standard-datentypen/integer.md) (optional) | Flags (default FILE_ATTRIBUTE_NORMAL) |

### Rückgabewert File

xxx

### Beispiel

```
xxx
```

### Siehe auch

---
