Click or drag to resize

Win32FindDataLastWriteTime Property

Gets the time when the current file or directory was last written to.

Namespace:  ShellBoost.Core.Utilities
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public DateTime LastWriteTime { get; }

Property Value

Type: DateTime
The time when the current file was last written to.
See Also