R/file.mtime.R

Defines functions file.mtime

Documented in file.mtime

#' @rdname file.size
#' @keywords internal
#' @rawNamespace if (getRversion() < "3.2.0") export(file.mtime)
file.mtime = function(...) {
  base::file.info(...)$mtime
}

Try the backports package in your browser

Any scripts or data that you put into this service are public.

backports documentation built on June 24, 2024, 5:24 p.m.