RemoveDirectory Method (SystemFunctions)

Action

Deletes the specified directory. The directory has to be empty.

Syntax

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.