Deletes the specified directory. The directory has to be empty.
C#
RemoveDirectory (sDirectoryName);
VB
RemoveDirectory (sDirectoryName)
Variable | Description |
---|---|
sDirectoryName | The path to the directory. Can be either an absolute path or a path relative to the current working directory. String. |