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

Mit dieser Funktion wird eine vorzugsweise bestehende Datei geöffnet, um Daten hinzuzufügen.

Für Details der Argumente, siehe [OpenFile (Opus Funktion)](openfile-opus-funktion.md)

### 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 OPEN_EXISTING) |
|  | [integer](../../standard-datentypen/integer.md) (optional) | Flags (default FILE_ATTRIBUTE_NORMAL) |

### Rückgabewert File

xxx

### Beispiel

```
xxx
```

### Siehe auch

---
