IOUtilitiesPathExists Method |
Determines if a path points to an existing directory or file.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public static bool PathExists(
string path
)
Parameters
- path
- Type: SystemString
The input path. If null, false will be returned.
Return Value
Type:
Booleantrue if the path points to an existing directory or file; otherwise false.
See Also