SecureBlackbox 2020 .NET Edition

Questions / Feedback?

Files Property

Lists all files contained in the archive.

Syntax

public ArchivedFileList Files { get; }
Public ReadOnly Property Files As ArchivedFileList

Remarks

Use this collection property to walk through the list of files contained in the archive. Use individual file entries to cherry-pick the files that should be extracted by adjusting their Action property, or fine-tune extraction paths using LocalPath property.

This property is read-only and not available at design time.

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