R/file.mode.R

Defines functions file.mode

Documented in file.mode

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

Try the backports package in your browser

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

backports documentation built on Dec. 13, 2021, 5:08 p.m.