IOUtilitiesPathHasInvalidChars Method |
Determines if the specified path has invalid chars.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.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