Click or drag to resize
PathInvalidPathChars Field
Provides a platform-specific array of characters that cannot be specified in path string arguments passed to members of the Path class.

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

Return Value

Type: Char
A character array of invalid path characters for the current platform.
See Also