Click or drag to resize

IOUtilitiesDirectoryExists Method

Test if a directory 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 DirectoryExists(
	string path
)

Parameters

path
Type: SystemString
The path.

Return Value

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