Click or drag to resize

FileSystemBasicInfoLastAccessTime Property

Gets the time the file was last accessed.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public DateTime LastAccessTime { get; }

Property Value

Type: DateTime
The the time the file was last accessed.
See Also