![Copy image Copy image](copycode.gif)
![CopyHover image CopyHover image](copycodeHighlight.gif)
Deployment Tools Foundation
FullName Property
Gets the full path to the file.
![](collapse_all.gif)
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; }
![](collapse_all.gif)
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.
![](collapse_all.gif)
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)