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 public static bool PathHasInvalidChars(
string path
)
Parameters
- path
- Type: SystemString
The input path. If null, true will be returned.
Return Value
Type:
Booleantrue if the path has invalid chars; otherwise false.
See Also