Extracts the current file item into a local file.

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

Syntax

C#
public abstract ArchiveOperationResult ExtractToFile(
	string targetFilePath
)
Visual Basic (Declaration)
Public MustOverride Function ExtractToFile ( _
	targetFilePath As String _
) As ArchiveOperationResult
Visual C++
public:
virtual ArchiveOperationResult^ ExtractToFile(
	String^ targetFilePath
) abstract

Parameters

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

Return Value

Operation result.

See Also