ZipInfo Constructor (path)

DTF API

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++ F#
public ZipInfo(
	string path
)
Public Sub New ( 
	path As String
)
public:
ZipInfo(
	String^ path
)
new : 
        path : string -> ZipInfo
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.11.1.2318)