FileSystemEntryDirectoryExistsByPath Method |
Determines whether the specified directory exists.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public static bool DirectoryExistsByPath(
string path
)
Parameters
- path
- Type: SystemString
The path to check.
Return Value
Type:
Booleantrue if the path contains the name of an existing directory; otherwise, false.
See Also