ZipFileInfo Constructor (zipInfo, filePath)

Microsoft Deployment Compression & Installer

Copy image CopyHover image
Deployment Tools Foundation ZipFileInfo Constructor (zipInfo, filePath)
Deployment Tools Foundation NamespacesMicrosoft.Deployment.Compression.ZipZipFileInfoZipFileInfo(ZipInfo, String)
Creates a new ZipFileInfo object representing a file within a zip in a specified path.
Declaration Syntax
C# Visual Basic Visual C++
public ZipFileInfo(
	ZipInfo zipInfo,
	string filePath
)
Public Sub New ( 
	zipInfo As ZipInfo,
	filePath As String
)
public:
ZipFileInfo(
	ZipInfo^ zipInfo, 
	String^ filePath
)
Parameters
zipInfo (ZipInfo)
An object representing the zip archive containing the file.
filePath (String)
The path to the file within the zip archive. Usually, this is a simple file name, but if the zip archive contains a directory structure this may include the directory.

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