IOUtilitiesPathExists Method |
Determines if a path points to an existing directory or file.
Namespace:
callback.ShellBoost.Core.Utilities
Assembly:
callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.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