IOUtilitiesDirectoryExists Method |
Test if a directory exists. Supports invalid file paths, never throws.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public static bool DirectoryExists(
string path
)
Parameters
- path
- Type: SystemString
The path.
Return Value
Type:
Booleantrue if the path is valid and the directory exists,
false otherwise.
See Also