|
|
|
|
|
SftDirectoryFolder.DateAccessed Property |
Returns the date and time the file/folder was last accessed.
Syntax
|
VB.NET |
Dt = object.DateAccessed As Date |
||
|
VB |
Dt = object.DateAccessed As Date |
||
|
C#.NET |
System.DateTime Dt = object.DateAccessed; |
||
|
VC++ |
DATE Dt = object->DateAccessed;
|
||
|
C |
HRESULT object->get_DateAccessed(DATE* Dt); |
||
|
Delphi |
Dt := object.DateAccessed : TDateTime; |
||
object
A SftDirectoryFolder object.
Dt
Returns the date and time the file/folder was last accessed.
Comments
The DateAccessed property returns the date and time the file/folder was last accessed.
The Folder.GetText method can be used to retrieve the date as a string.