C# 클래스 WinLib.IO.Compression

파일 보기 프로젝트 열기: SortByte/Network-Manager

공개 메소드들

메소드 설명
UnZip ( string sZip, string dDir ) : bool

All paths must be absolute

Zip ( string sDir, string dZip ) : bool

All paths must be absolute

비공개 메소드들

메소드 설명
CheckZip ( Folder zip, Folder folder ) : SizeComparison

메소드 상세

UnZip() 공개 정적인 메소드

All paths must be absolute
public static UnZip ( string sZip, string dDir ) : bool
sZip string
dDir string
리턴 bool

Zip() 공개 정적인 메소드

All paths must be absolute
public static Zip ( string sDir, string dZip ) : bool
sDir string
dZip string
리턴 bool