SecureBlackbox 2020 .NET Edition

Questions / Feedback?

Extract Method

Extracts a single file from the archive.

Syntax

public void Extract(string path, string localPath, bool preserveFullPath);
Public Sub Extract(ByVal Path As String, ByVal LocalPath As String, ByVal PreserveFullPath As Boolean)

Remarks

Use this method to extract a single file from the archive.

Pass the internal path to the entry in the archive via the Path parameter, and the path where to save the extracted entry via the LocalPath parameter. Set PreserveFullPath to true to enforce full-path extraction, in which case LocalPath would indicate the mount point at which the full Path needs to be rooted. If PreserveFullPath is false, the LocalPath provides the final location for the extracted file.

Use ExtractAll to extract all files at once.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 .NET Edition - Version 20.0 [Build 8165]