Sys.setFileTime: Set File Time

Description Usage Arguments Details Value

View source: R/files.R

Description

Uses system calls to set the times on a file or directory.

Usage

1

Arguments

path

A length-one character vector specifying the path to a file or directory.

time

A date-time of class "POSIXct" or an object which can be coerced to one. Fractions of a second are ignored.

Details

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.

Value

Logical, invisibly. An indication if the operation succeeded.


robertzk/monadicbase documentation built on May 27, 2019, 10:35 a.m.