ZipInfo Constructor (path)

Microsoft Deployment Compression & Installer

Copy image CopyHover image
Deployment Tools Foundation ZipInfo Constructor (path)
Deployment Tools Foundation NamespacesMicrosoft.Deployment.Compression.ZipZipInfoZipInfo(String)
Creates a new CabinetInfo object representing a zip file in a specified path.
Declaration Syntax
C# Visual Basic Visual C++
public ZipInfo(
	string path
)
Public Sub New ( 
	path As String
)
public:
ZipInfo(
	String^ path
)
Parameters
path (String)
The path to the zip file. When creating a zip file, this file does not necessarily exist yet.

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