Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

file.info2

Extract File Information (acknowledging symbolic file links also on Windows)


Description

Extract File Information (acknowledging symbolic file links also on Windows).

Usage

file.info2(...)

Arguments

...

A character vectors containing file paths. Tilde expansion is done: see path.expand().

Value

A data.frame. See file.info() for details.

Author(s)

Henrik Bengtsson

See Also

Internally, file.info() is used, which does not respect symbolic links on Windows. Instead, on Windows, Sys.readlink2() is used for such link to identify the target file and retrieve the file information on that instead.


R.utils

Various Programming Utilities

v2.10.1
LGPL (>= 2.1)
Authors
Henrik Bengtsson [aut, cre, cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.