Compression aliases

Built-In

Contains functionality related to compress files to Zip.

General

Unzip(FilePath, DirectoryPath, bool) Unzips the specified file.
Unzip(FilePath, DirectoryPath) Unzips the specified file.
Zip(DirectoryPath, FilePath, IEnumerable<FilePath>) Zips the specified files.
Zip(DirectoryPath, FilePath, IEnumerable<string>) Zips the specified files.
Zip(DirectoryPath, FilePath, string) Zips the files matching the specified pattern.
Zip(DirectoryPath, FilePath) Zips the specified directory.