Removes an existing empty directory.
public static void removeDirectory( String path )
path
The path of the directory to remove.
WinIOException thrown if an error occurs.
The path must specify an empty directory, and the calling process must have delete access to the directory.
See Also createDirectory