|
|
|
|
Functions
MioScript Reference
|
|
Syntax
| disk.folder.delete(path, removeFolder) |
Parameters
| STRING | path | Path to the folder. The last / can be specified or not.
| | BOOL | removeFolder | If set to false (default) the folder itself is removed. Otherwise files are deleted but the empty folder remains. |
Return value
No value is returned.
Description
Removes a folder and the files that it may contains.
Sub-folders are not deleted.
See also: disk.folder.remove. |
|
|
|