IOUtilitiesPathIsValidFileName Method |
Determines whether the specified text represents a valid file name.
Namespace:
callback.ShellBoost.Core.Utilities
Assembly:
callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.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