[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.3.1 (0.6.3.1)
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