Home > Language Reference > Classes > StreamFile
Accessed Property
Last file access date.
Syntax
Public Property Get Accessed() As Date
Public Property Let Accessed(ByVal dDate As Date)
| Parameter | Description |
| dDate | New last file access date. |
Remarks
The Accessed property retrieves or modifies the last accessed date of a file. Like most of this object's functionality, calling this property causes a runtime error if the file has not previously been opened using the Open method.
Note: on some handhelds devices, this property returns the file open date and not the date that the file was last read from or written to, which implies that the date returned by this property is always the current date.
System requirements
| System | Minimal version | Remarks |
| Palm OS | Palm OS 3.0 | Requires an expansion slot. |