| Notes |
Once the file has been created, you can use file.writeLine to add text to it.
If the file exists, it is deleted and replaced by a new file.
On Mac OS, Frontier initializes the file's type and creator to be '????'. Use file.setCreator and file.setType to change either or both of these values as appropriate.
|