PathGetInvalidFileNameChars Method |
Gets an array containing the characters that are not allowed in file names.
Namespace: System.IOAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public static char[] GetInvalidFileNameChars()
Return Value
Type:
CharAn array containing the characters that are not allowed in file names.
See Also