Extracts the current file item into a local file.

Namespace:  Rebex.IO.Compression
Assembly:  Rebex.Zip (in Rebex.Zip.dll)

Syntax

Visual Basic
Public MustOverride Function ExtractToFile ( _
	targetFilePath As String _
) As ArchiveOperationResult
C#
public abstract ArchiveOperationResult ExtractToFile(
	string targetFilePath
)

Parameters

targetFilePath
Type: System..::..String
Path to a (non-existing) local file where to extract the file item.

Return Value

Operation result.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also