C# Class WinLib.IO.Compression

Datei anzeigen Open project: SortByte/Network-Manager

Public Methods

Method Description
UnZip ( string sZip, string dDir ) : bool

All paths must be absolute

Zip ( string sDir, string dZip ) : bool

All paths must be absolute

Private Methods

Method Description
CheckZip ( Folder zip, Folder folder ) : SizeComparison

Method Details

UnZip() public static method

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

Zip() public static method

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