Click or drag to resize

IOUtilitiesPathExists Method

Determines if a path points to an existing directory or file.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static bool PathExists(
	string path
)

Parameters

path
Type: SystemString
The input path. If null, false will be returned.

Return Value

Type: Boolean
true if the path points to an existing directory or file; otherwise false.
See Also