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