Returns an array of characters that are invalid in Unix file names.
On Unix-based systems, the only invalid characters in file names are the null character (\0)
and the forward slash (/), which is used as a directory separator.
Returns string[]
An array containing the invalid file name characters for Unix systems.
Returns an array of characters that are invalid in Unix file names.
On Unix-based systems, the only invalid characters in file names are the null character (
\0
) and the forward slash (/
), which is used as a directory separator.