You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Description

Removes a directory.

Note: This is a Windows only function.

Parameters

ParameterDescription
<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)
  • No labels