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