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