Namespaces

Types in Fake

Type ZipHelper

Namespace Fake

Methods

Properties

Public static methods

void CreateZip(string workingDir, string fileName, string comment, int level, bool flatten, IEnumerable<string> files)

Creates a zip file with the given files

void Unzip(string target, string fileName)

Unzips a file with the given fileName.
Parameters
string target

The target directory.

string fileName

The fileName of the zip file.

FSharpFunc<IEnumerable<string>, Unit> Zip(string workingDir, string fileName)

Creates a zip file with the given files.
Parameters
string workingDir

The relative dir of the zip files. Use this parameter to influence directory structure within zip file.

string fileName

The fileName of the resulting zip file.

void ZipFile(string fileName, string targetFileName)

Creates a zip file with the given file.
Parameters
string fileName

The fileName of the resulting zip file.

string targetFileName

The file to zip.

Public properties

int DefaultZipLevel get;

The default zip level