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