FutureProg functions

appendfile

Computers · computer function, computer program

Boolean appendfile(Text filename, Text text)
Contexts: computer function, computer program
Appends text to a file on the current computer owner and returns true if a writable file system was available.
filename: The file name to append to
text: The text to append

← Back to FutureProg functions