FullName Property

Microsoft Deployment Tools

Deployment Tools Foundation FullName Property
Gets the full path to the file.
Declaration Syntax
C# Visual Basic Visual C++
public override string FullName { get; }
Public Overrides ReadOnly Property FullName As String
public:
virtual property String^ FullName {
	String^ get () override;
}
Value
The full path to the file, including the full path to the archive, the internal path in the archive, and the file name.
Remarks
For example, the path "C:\archive.cab\file.txt" refers to a file "file.txt" inside the archive "archive.cab".

Assembly: Microsoft.Deployment.Compression (Module: Microsoft.Deployment.Compression) Version: 3.0.0.0 (3.5.1623.0)