C# Class FluentBuild.Runners.Zip.ZipDecompress

Zip decompresses an archive
Inheritance: FluentBuild.Utilities.InternalExecutable
Show file Open project: SkightTeam/eLiteWeb Class Usage Examples

Public Methods

Method Description
Path ( string zipFilePath ) : ZipDecompress
To ( string outputPath ) : ZipDecompress

Sets the output path

UsingPassword ( string password ) : ZipDecompress

Sets the password to decompress a file

ZipDecompress ( ) : System.IO

Private Methods

Method Description
InternalExecute ( ) : void
ZipDecompress ( IFileSystemHelper fileSystemHelper ) : System.IO

Method Details

Path() public method

public Path ( string zipFilePath ) : ZipDecompress
zipFilePath string
return ZipDecompress

To() public method

Sets the output path
public To ( string outputPath ) : ZipDecompress
outputPath string The path you would like the file(s) outputed to
return ZipDecompress

UsingPassword() public method

Sets the password to decompress a file
public UsingPassword ( string password ) : ZipDecompress
password string the password to use
return ZipDecompress

ZipDecompress() public method

public ZipDecompress ( ) : System.IO
return System.IO