Returns an array of characters that are considered invalid in Unix file paths.
On Unix-based systems, the only invalid character in a file path is the null character (\0).
\0
An array containing the invalid path characters for Unix systems.
4.0.0
2021-12-09
Returns an array of characters that are considered invalid in Unix file paths.
On Unix-based systems, the only invalid character in a file path is the null character (
\0
).