kaven-basic - v6.0.0
    Preparing search index...

    Function GetInvalidFileNameCharsUnix

    • 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.

      4.0.0

      2021-12-09