|
|
|
|
Functions
MioScript Reference
|
|
Syntax
Parameters
| STRING | path | Path to the folder. The last / must not be specified. |
Return value
Description
| Check if a folder exists. |
MioScript Sample Code
if(disk.folder.exists(path.desktop("MyFolder")) = false)
disk.folder.create(path.desktop("MyFolder"))
if.end |
|
|
|