![Copy image Copy image](copycode.gif)
![CopyHover image CopyHover image](copycodeHighlight.gif)
Deployment Tools Foundation
CurrentFileName Property
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.Compression ► ArchiveProgressEventArgs ► CurrentFileName
Gets the name of the file being processed. (The name of the file within the Archive; not the external
file path.) Also includes the internal path of the file, if any. Valid for
StartFile, PartialFile,
and FinishFile messages.
![](collapse_all.gif)
C# | Visual Basic | Visual C++ |
public string CurrentFileName { get; }
Public ReadOnly Property CurrentFileName As String Get
public: property String^ CurrentFileName { String^ get (); }
![](collapse_all.gif)
String
The name of the file currently being processed, or null if processing is currently at the stream or archive level.
The name of the file currently being processed, or null if processing is currently at the stream or archive level.
Assembly: Microsoft.Deployment.Compression (Module: Microsoft.Deployment.Compression.dll) Version: 3.0.0.0 (3.9.1006.0)