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