Click or drag to resize

WIN32_FIND_DATAftLastAccessTimeLow Field

For a file, the structure specifies when the file was last read from, written to, or for executable files, run. For a directory, the structure specifies when the directory is created.If the underlying file system does not support last access time, this member is zero.

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public uint ftLastAccessTimeLow

Field Value

Type: UInt32
See Also