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++ |
protected ArchiveFileInfo( ArchiveInfo archiveInfo, string filePath )
Protected Sub New ( _ archiveInfo As ArchiveInfo, _ filePath As String _ )
protected: ArchiveFileInfo( ArchiveInfo^ archiveInfo, String^ filePath )
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.