How would I create a new *.txt file in SCAR, at a specified path, and have it write a string to it?
This function looks like it might be useful:
function WriteFileString(FileNum: Integer; s: string): Boolean;
But I don't think it will create a new file if one doesn't already exist, and I don't know what a"FileNum" is.
Thanks,
~Macros


Reply With Quote


