Returns the last access date of the file or directory denoted by the
absolute path of the receiver object.
The result is a DateTime
object, or .nil if the file or directory doesn't exist or the last access
time stamp cannot be retrieved.
lastAccessed set:
If the file or directory denoted by the absolute path of the receiver
object exists, this sets the last access date of the file or directory.
Otherwise it does nothing.