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.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public string CurrentFileName { get; }
Public ReadOnly Property CurrentFileName As String Get
public: property String^ CurrentFileName { String^ get (); }
Property Value
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)