CurrentFileName Property

Microsoft Deployment Tools

Deployment Tools Foundation CurrentFileName Property
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
public:
property String^ CurrentFileName {
	String^ get ();
}
Value
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) Version: 3.0.0.0 (3.5.1623.0)