'zip' Default file format for new archives (archive creation) The default file format used to create new archives. 'none' Default filter to create archives (archive creation) The default filter used to compress new archives. ['zip', '7z', 'rar', 'lha', 'lzh', 'xar', 'Z', 'gz', 'bzip2', 'uue', 'xz', 'lzip', 'lzma'] File extensions of archives (archive extraction) This list is used by applications to determine whether a file should be automatically extracted. ['application/x-7z-compressed', 'application/x-7z-compressed-tar', 'application/x-bzip', 'application/x-bzip-compressed-tar', 'application/x-compress', 'application/x-compressed-tar', 'application/x-cpio', 'application/x-gzip', 'application/x-lha', 'application/x-lzip', 'application/x-lzip-compressed-tar', 'application/x-lzma', 'application/x-lzma-compressed-tar', 'application/x-rar', 'application/x-tar', 'application/x-tarz', 'application/x-xar', 'application/x-xz', 'application/x-xz-compressed-tar', 'application/zip'] >File MIME types of archives (archive extraction) This list is used by applications to determine whether a file should be automatically extracted. ['__MACOSX', '.DS_Store', '._.*'] Patterns of file names will not be extracted (archive extraction) This list contains glob-style patterns, and it is used by applications to determine whether an entry in an archive should be written to disk. true Whether to delete the source archive if the extraction is successful (archive extraction) If TRUE, the source archive will be deleted after the extraction succeed