WIN32_FIND_DATAftLastWriteTimeLow Field |
For a file, the structure specifies when the file was last written to, truncated, or overwritten, for example, when WriteFile or SetEndOfFile are used. The date and time are not updated when file attributes or security descriptors are changed.
For a directory, the structure specifies when the directory is created.If the underlying file system does not support last write time, this member is zero.
Namespace:
ShellBoost.Core.WindowsShell
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public uint ftLastWriteTimeLow
Field Value
Type:
UInt32See Also