FutureProg functions
appendfile
appendfile overload 1
Boolean appendfile(Text filename, Text text)
Available in
- computer function
- computer program
Appends text to a file on the current computer owner and returns true if a writable file system was available.
| Parameter | Type | Description |
|---|---|---|
filename |
Text |
The file name to append to |
text |
Text |
The text to append |