Uses system calls to set the times on a file or directory.
Sys.setFileTime(path, time)
| Parameter | Description |
|---|---|
path |
A character vector containing file or directory paths. |
time |
A date-time of class "POSIXct" or an object which can be coerced to one. Fractions of a second may be ignored. Recycled along paths. |