Click or drag to resize
PathGetInvalidPathChars Method
Gets an array containing the characters that are not allowed in path names.

Namespace: System.IO
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public static char[] GetInvalidPathChars()

Return Value

Type: Char
An array containing the characters that are not allowed in path names.
See Also