FileSystemEntryInfoLastAccessed Property |
Gets the time this entry was last accessed.
Namespace: Alphaleonis.Win32.FilesystemAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax public DateTime LastAccessed { get; }
Public ReadOnly Property LastAccessed As DateTime
Get
public:
property DateTime LastAccessed {
DateTime get ();
}
member LastAccessed : DateTime with get
Property Value
Type:
DateTimeThe time this entry was last accessed.
See Also