C# Class FluentBuild.Runners.Zip.ZipDecompress

Zip decompresses an archive
Inheritance: FluentBuild.Utilities.InternalExecutable
Afficher le fichier Open project: SkightTeam/eLiteWeb Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
InternalExecute ( ) : void
ZipDecompress ( IFileSystemHelper fileSystemHelper ) : System.IO

Method Details

Path() public méthode

public Path ( string zipFilePath ) : ZipDecompress
zipFilePath string
Résultat ZipDecompress

To() public méthode

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

UsingPassword() public méthode

Sets the password to decompress a file
public UsingPassword ( string password ) : ZipDecompress
password string the password to use
Résultat ZipDecompress

ZipDecompress() public méthode

public ZipDecompress ( ) : System.IO
Résultat System.IO