lastModified {R.utils} | R Documentation |
Gets the time when the file was last modified. The time is returned as a POSIXct
object.
## Default S3 method: lastModified(pathname, ...)
pathname |
A character string of the pathname to be checked. |
... |
Not used. |
Returns POSIXct
object specifying when the file was last modified.
If the file does not exist or it is a directory, 0
is returned.
Henrik Bengtsson (http://www.braju.com/R/)
Internally file.info
() is used.