Click or drag to resize

IOUtilitiesPathHasInvalidChars Method

Determines if the specified path has invalid chars.

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

Parameters

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

Return Value

Type: Boolean
true if the path has invalid chars; otherwise false.
See Also