

Deployment Tools Foundation
Path Property
Gets the internal path of the file in the archive.

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

String
The internal path of the file in the archive, not including the file name.
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)