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