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