Description Usage Arguments Details Value
Uses system calls to set the times on a file or directory.
1 | Sys.setFileTime(path, time)
|
path |
A length-one character vector specifying the path to a file or directory. |
time |
A date-time of class |
This attempts sets the file time to the value specified.
On a Unix-alike it uses the system call utimes
if that is
available, otherwise utimes
. On a POSIX file system it sets
both the last-access and modification times.
On Windows it uses the system call SetFileTime
to set the
‘last write time’. Some Windows file systems only record the
time at a resolution of two seconds.
Logical, invisibly. An indication if the operation succeeded.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.