Zip

CompressionFileType.Zip field

A file with .zip extension is an archive that can hold one or more files or directories. The archive can have compression applied to the included files in order to reduce the ZIP file size. Learn more about this file format here.

public static readonly CompressionFileType Zip;

See Also