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

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

Return Value

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