Core function
New in package 162.3Syntax
DeleteFolder( path )
Parameters
Parameter | Description |
---|---|
path | folder path to delete, in local or UNC format. |
Return Value
None.
Description
- The specified folder is deleted regardless of whether or not it has contents.
- Throws an exception if:
- Path is relative or incomplete.
- The specified folder is not accessible, or is a file.
- User does not have enough privileges to delete the folder.