|
|
|
|
Functions
MioScript Reference
|
|
Syntax
Parameters
| STRING | path | Path of the folder to be created. The last / must not be specified. |
Return value
Description
Creates a folder and returns true if the folder was successfully created, false otherwise.
If the folder already exists, the function is ignored and the returned value is false. |
MioScript Sample Code
disk.folder.create(path.desktop("MyFolder")) |
|
|
|