Description
Removes a directory.
Note: This is a Windows only function.
Parameters
Parameter | Description |
---|---|
<object> | Directory name to remove. |
<returnvalue> | True if success, false if failed. |
See Also
Example
Declare function Utility dir = 'C:\temp\my_dir' removeDir = Utility('REMOVEDIR',dir)