Returns an array of characters that are considered invalid in Windows file paths.
This includes the pipe character (|), the null character (\0), and all ASCII control characters from 0x01 to 0x1F (1 to 31 decimal).
|
\0
An array of invalid path characters for Windows.
4.0.0
2021-12-09
Returns an array of characters that are considered invalid in Windows file paths.
This includes the pipe character (
|
), the null character (\0
), and all ASCII control characters from 0x01 to 0x1F (1 to 31 decimal).