RmDir

This method deletes an existing empty directory.

Syntax

filesystem.RmDir PathName

Parameters

filesystem
Reference to a FileSystem control.
PathName
String that contains the directory name.

Return Value

None.

Remarks

The directory must be empty before it can be removed. You must specify a complete file path.