Gets the last modification date/time of the currently processing file (or null reference (Nothing in Visual Basic) if not available).

Namespace:  Rebex.IO.Compression
Assembly:  Rebex.Zip (in Rebex.Zip.dll)

Syntax

Visual Basic
Public ReadOnly Property CurrentFileLastWriteTime As Nullable(Of DateTime)
	Get
C#
public Nullable<DateTime> CurrentFileLastWriteTime { get; }

Field Value

File modification date/time.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also