Path Property

DTF API

Copy image CopyHover image
Deployment Tools Foundation Path Property
Gets the internal path of the file in the archive.
Declaration Syntax
C# Visual Basic Visual C++ F#
public string Path { get; }
Public ReadOnly Property Path As String
	Get
public:
property String^ Path {
	String^ get ();
}
member Path : string with get
Property Value
String
The internal path of the file in the archive, not including the file name.

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