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.IOAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public static readonly char[] InvalidPathChars
Return Value
Type:
CharA character array of invalid path characters for the current platform.
See Also