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

Sys.readlink2

Read File Symbolic Links (also on Windows)


Description

Read File Symbolic Links (also on Windows) and returns the target of each link. This implementation is fully compatible with the Sys.readlink() implementation in the base package.

Usage

Sys.readlink2(paths, what=c("asis", "corrected"))

Arguments

paths

A character vector of file paths. Tilde expansion is done: see path.expand().

what

A character string specifying what to return.

Value

A character vector of the the same length as paths.

Author(s)

Henrik Bengtsson


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.