IOUtilitiesPathIsValidFileName Method |
Determines whether the specified text represents a valid file name.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public static bool PathIsValidFileName(
string fileName
)
Parameters
- fileName
- Type: SystemString
The file name.
Return Value
Type:
Booleantrue if the specified text represents a valid file name; otherwise,
false.
See Also