The makeFile
function is used to create a blank file. If the file already exists, the function does nothing.
file.makeFile("myFile.txt");
Calling | Returning |
---|---|
file. makeFile ( path ) |
void |
Parameters | Type | Description |
---|---|---|
path |
String |
The relative file path to the storage. |