lib-iitc-manager
    Preparing search index...

    Function sanitizeFileName

    • Processes a string by removing invalid characters for the file system and limiting its length.

      Parameters

      • input: string

        The original string to be converted into a file name.

      • maxLength: number = 255

        The maximum length of the file name (default is 255 characters).

      Returns string