kaven-utils - v6.1.0
    Preparing search index...

    Interface IArchiveOptions

    interface IArchiveOptions {
        archiveType?: string;
        compressionLevel?: 0 | 1 | 3 | 5 | 7 | 9;
        notRecurseSubdirectories?: boolean;
        overwriteFile?: boolean;
        password?: string;
    }
    Index

    Properties

    archiveType?: string

    Specifies the type of archive. It can be: *, #, 7z, xz, split, zip, gzip, bzip2, tar, ....

    compressionLevel?: 0 | 1 | 3 | 5 | 7 | 9

    Sets level of compression. Default: 5

    notRecurseSubdirectories?: boolean
    overwriteFile?: boolean
    password?: string