ArchiveFileInfo Constructor (archiveInfo, filePath)

Microsoft Deployment Compression & Installer

Copy image CopyHover image
Deployment Tools Foundation ArchiveFileInfo Constructor (archiveInfo, filePath)
Deployment Tools Foundation NamespacesMicrosoft.Deployment.CompressionArchiveFileInfoArchiveFileInfo(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.

Assembly: Microsoft.Deployment.Compression (Module: Microsoft.Deployment.Compression.dll) Version: 3.0.0.0 (3.9.1006.0)