Click or drag to resize

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
C#
public static bool FileExists(
	string path
)

Parameters

path
Type: SystemString
The path.

Return Value

Type: Boolean
true if the path is valid, not null and the file exists, false otherwise.
See Also