FILEFIND.LAST_ACCESS_TIME Function
Syntax
Access_Time as T = fileFindObj.Last_Access_Time()
Returns
- Access_TimeTime
Returns the time the file was last accessed.
Description
The .LAST_ACCESS_TIME() method returns the time the file was last accessed.
Example
dim ptr as P ptr = FILEFIND.first("c:\*.txt", FILE_FIND_NORMAL) ? ptr.last_access_time() = 02/27/2003 04:51:35 12 pm ? ptr.last_write_time() = 02/27/2003 04:51:35 12 pm ? ptr.name() = "c:\Button.Txt"
See Also