Thread

Index > Scripting > File IO
Author/Date File IO
fret
13/03/2007 6:44am
I've added 2 new library functions to read and write whole text files:
String ReadTextFile(FileName);

Reads in the whole of 'FileName' as a single string.

Also:
Boolean WriteTextFile(FileName, Value);

Writes the contents of 'Value' to 'FileName'.
Reply