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