augment-vir - v31.56.0
    Preparing search index...

    Function sanitizeFileName

    • Sanitize a file name for use within Linux, macOS, or Windows file systems. This removes all file path separators. If you wish to retain the separators, split the path parts up before using this function.

      Parameters

      • original: string | null | undefined

      Returns string | undefined