ArchiveItem.ExtractToFile Method
Namespace: Rebex.IO.Compression
Assembly: Rebex.Zip.dll (version 7.0.9083)
ExtractToFile(String)
Extracts the current file item into a local file.
Declaration
public abstract ArchiveOperationResult ExtractToFile(string targetFilePath)
Parameters
Type | Name | Description |
---|---|---|
String | targetFilePath | Path to a (non-existing) local file where to extract the file item. |
Returns
Type | Description |
---|---|
ArchiveOperationResult | Operation result. |