returns | true if successful |
returns | true if successful |
name | the path of a file to open or create | |
canWrite |
true: open or create a file with read-write permissions false: open an existing file read-only | |
overwrite | if the file already exists, and canWrite, replace it with a new file | |
returns | true if successful |