ArchiveInfo Constructor (path)

DTF API

Copy image CopyHover image
Deployment Tools Foundation ArchiveInfo Constructor (path)
Deployment Tools Foundation NamespacesMicrosoft.Deployment.CompressionArchiveInfoArchiveInfo(String)
Creates a new ArchiveInfo object representing an archive in a specified path.
Declaration Syntax
C# Visual Basic Visual C++ F#
protected ArchiveInfo(
	string path
)
Protected Sub New ( 
	path As String
)
protected:
ArchiveInfo(
	String^ path
)
new : 
        path : string -> ArchiveInfo
Parameters
path (String)
The path to the archive. When creating an archive, this file does not necessarily exist yet.

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