[This is preliminary documentation and is subject to change.]

Copy the contents of a stored file into a physical file

Namespace: System.IO.Compression
Assembly: fCraft (in fCraft.dll) Version: 0.6.3.0 (0.6.3.0)

Syntax

   
 C# 
public bool ExtractFile(
	ZipStorer..::..ZipFileEntry zfe,
	string filename
)

Parameters

zfe
ZipStorer..::..ZipFileEntry
Entry information of file to extract
filename
String
Name of file to store uncompressed data

Return Value

True if success, false if not.

Remarks

Unique compression methods are Store and Deflate

See Also