[This is preliminary documentation and is subject to change.]
Copy the contents of a stored file into a physical file
Namespace: System.IO.CompressionAssembly: fCraft (in fCraft.dll) Version: 0.6.2.4 (0.6.2.4)
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