The R Project SVN R

Rev

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

Rev 59039 Rev 61433
Line 24... Line 24...
24
    be coerced to one.  Fractions of a second are ignored.
24
    be coerced to one.  Fractions of a second are ignored.
25
  }
25
  }
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{utimes}.  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.
37
}
37
}
38
\value{
38
\value{