Click or drag to resize

FileSystemEntryInfoLastAccessTime Property

Gets the time this entry was last accessed.

Namespace:  Alphaleonis.Win32.Filesystem
Assembly:  AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax
public DateTime LastAccessTime { get; }

Property Value

Type: DateTime
The time this entry was last accessed.
See Also