The R Project SVN R

Rev

Rev 68948 | Rev 71395 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 68948 Rev 71391
Line 26... Line 26...
26
}
26
}
27
\details{
27
\details{
28
  This attempts sets the file time to the value specified.
28
  This attempts sets the file time to the value specified.
29
 
29
 
30
  On a Unix-alike it uses the system call \code{utimes} if that is
30
  On a Unix-alike it uses the system call \code{utimes} if that is
31
  available, otherwise \code{utimes}.  On a POSIX file system it sets
31
  available, otherwise \code{utime}.  On a POSIX file system it sets
32
  both the last-access and modification times.
32
  both the last-access and modification times.
33
 
33
 
34
  On Windows it uses the system call \code{SetFileTime} to set the
34
  On Windows it uses the system call \code{SetFileTime} to set the
35
  \sQuote{last write time}.  Some Windows file systems only record the
35
  \sQuote{last write time}.  Some Windows file systems only record the
36
  time at a resolution of two seconds.
36
  time at a resolution of two seconds.