Deployment Tools Foundation
FullName Property
Gets the full path to the file.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public override string FullName { get; }
Public Overrides ReadOnly Property FullName As String Get
public: virtual property String^ FullName { String^ get () override; }
abstract FullName : string with get override FullName : string with get
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.
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.11.1.2318)