TraversingEventArgs.FilesTotal Property
Namespace: Rebex.IO
Assembly: Rebex.Common.dll (version 7.0.9083)
FilesTotal
Gets the current total number of files to be processed (traversed so far).
Declaration
public int FilesTotal { get; }
Property Value
Type | Description |
---|---|
Int32 | Current total number of files to be processed (traversed so far). |