Erstellt eine Datei oder hängt Inhalt an.
Parameter:
| Name | Anzahl Vorkommnisse | Datentyp | Beschreibung |
|---|---|---|---|
| <File> | 1 | Datei | Derzeitiger Dateiname |
| <Append> | 0-1 | Boolean | Falls "true", inkompatibel mit <Encoding> |
| <Content> | 0-1 | String | Inkompatibel mit <Base64> |
| <Base64> | 0-1 | String | Inkompatibel mit <Content>, <Encoding> |
| <Encoding> | 0-1 | String | Werte: DEFAULT oder SYSTEM ASCII |
Beispiel:
<Filesystem>
<WriteFile>
<File>test.txt</File>
<Content>Lorem Ipsum</Content>
<Append>true</Append>
</WriteFile>
</Filesystem>
