FullName Property

Microsoft Deployment Compression & Installer

Copy image CopyHover image
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
	Get
public:
virtual property String^ FullName {
	String^ get () override;
}
Property Value
String
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.dll) Version: 3.0.0.0 (3.9.1006.0)