PathGetInvalidPathChars Method |
Gets an array containing the characters that are not allowed in path names.
Namespace: Alphaleonis.Win32.FilesystemAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax public static char[] GetInvalidPathChars()
Public Shared Function GetInvalidPathChars As Char()
public:
static array<wchar_t>^ GetInvalidPathChars()
static member GetInvalidPathChars : unit -> char[]
Return Value
Type:
CharAn array containing the characters that are not allowed in path names.
See Also