CabInfo Constructor (path)

DTF API

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

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