FutureProg functions

writefile

Computers · computer function, computer program

Boolean writefile(Text filename, Text text)
Contexts: computer function, computer program
Overwrites or creates a file on the current computer owner and returns true if a writable file system was available.
filename: The file name to write
text: The replacement text contents

← Back to FutureProg functions