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

    Function GetInvalidPathCharsWindows

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

      Returns string[]

      An array of invalid path characters for Windows.

      4.0.0

      2021-12-09