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

    Function RemoveInvalidCharactersFromFileName

    • Removes all invalid characters from a given file name.

      This function takes a file name string and an array of invalid characters specific to file names, then removes all occurrences of these invalid characters from the file name string.

      Parameters

      • filename: string

        The file name string from which invalid characters will be removed.

      Returns string

      A new string with all invalid file name characters removed.

      4.0.0

      2021-12-09