os.Path.getAccessTime
Returns the last time the file was accessed.
Syntax
os.Path.getAccessTime(
path STRING)
RETURNS DATETIME YEAR TO FRACTION(5)
- path is the name of the file.
Usage
This method returns the last access time of a file as a DATETIME
value.
Depending on the platform, the fraction of seconds may not be supported. Linux, Microsoft® Windows® and Apple® macOS™ support fraction of seconds.
If the function fails, it returns NULL
.