Deployment Tools Foundation
ArchiveFileInfo Constructor (archiveInfo, filePath)
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.Compression ► ArchiveFileInfo ► ArchiveFileInfo(ArchiveInfo, String)
Creates a new ArchiveFileInfo object representing a file within
an archive in a specified path.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
protected ArchiveFileInfo( ArchiveInfo archiveInfo, string filePath )
Protected Sub New ( archiveInfo As ArchiveInfo, filePath As String )
protected: ArchiveFileInfo( ArchiveInfo^ archiveInfo, String^ filePath )
new : archiveInfo : ArchiveInfo * filePath : string -> ArchiveFileInfo
Parameters
- archiveInfo (ArchiveInfo)
- An object representing the archive containing the file.
- filePath (String)
- The path to the file within the archive. Usually, this is a simple file name, but if the archive contains a directory structure this may include the directory.
Assembly: Microsoft.Deployment.Compression (Module: Microsoft.Deployment.Compression.dll) Version: 3.0.0.0 (3.11.1.2318)