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

Namespace: Alphaleonis.Win32.Filesystem
Assembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax
public static char[] GetInvalidPathChars()

Return Value

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