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

    Function RemoveInvalidCharactersFromPath

    • Removes all invalid characters from a given path string.

      This function takes a path string and an array of invalid characters, then removes all occurrences of these invalid characters from the path string.

      Parameters

      • pathStr: string

        The path string from which invalid characters will be removed.

      Returns string

      A new string with all invalid path characters removed.

      4.0.0

      2021-12-09