FutureProg functions

appendfile

Computerscomputer function, computer program

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.
ParameterTypeDescription
filename Text The file name to append to
text Text The text to append