Click or drag to resize

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

Parameters

path
Type: SystemString
The path to check.

Return Value

Type: Boolean
true if the path contains the name of an existing file; otherwise, false.
See Also