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)

ParameterDescription
dDateNew 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

SystemMinimal versionRemarks
Palm OSPalm OS 3.0Requires an expansion slot.