C# 클래스 FluentBuild.Runners.Zip.ZipDecompress

Zip decompresses an archive
상속: FluentBuild.Utilities.InternalExecutable
파일 보기 프로젝트 열기: SkightTeam/eLiteWeb 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
InternalExecute ( ) : void
ZipDecompress ( IFileSystemHelper fileSystemHelper ) : System.IO

메소드 상세

Path() 공개 메소드

public Path ( string zipFilePath ) : ZipDecompress
zipFilePath string
리턴 ZipDecompress

To() 공개 메소드

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

UsingPassword() 공개 메소드

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

ZipDecompress() 공개 메소드

public ZipDecompress ( ) : System.IO
리턴 System.IO