RiTa
index
Name RiTa.writeFile()
Class RiTa
Description Creates a File with fname and writes the String 'text' to it
Syntax
RiTa.writeFile(fileName, text);
RiTa.writeFile(fileName, lines);
Parameters
fileName   by which to create the File
text   contents to be written to the file as a String
lines   contents to be written to the file
Returns void
Usage Web & Application    [static]
Related