1% Generated by roxygen2: do not edit by hand
2% Please edit documentation in R/file.info.R
3\name{file.info}
4\alias{file.info}
5\title{Backport of \code{file.info} for R < 3.2.0}
6\usage{
7file.info(..., extra_cols = TRUE)
8}
9\description{
10Argument \code{extra_cols} has been backported.
11See the original description in \code{base::file.info}.
12}
13\examples{
14# get function from namespace instead of possibly getting
15# implementation shipped with recent R versions:
16bp_file.info = getFromNamespace("file.info", "backports")
17
18bp_file.info(file.path(R.home(), "COPYING"), extra_cols = FALSE)
19}
20\keyword{internal}
21