Checks whether the specified directory exists.
C#
DirectoryExists (sDirectoryPath);
VB
DirectoryExists (sDirectoryPath)
Variable | Description |
---|---|
sDirectoryPath | The path to the directory. Can be either an absolute path or a path relative to the current working directory. String. |