The makeFile function is established to create a blank file. If the file is existed, it will do NOTHING.
file.makeFile("myFile.txt");
Calling | Returning |
---|---|
file . makeFile ( path ) |
Parameters | Type | Description |
---|---|---|
path | String | The relative file path to the storage. |