Skip to contents

This function returns the target path of the specified symbolic links, similar to Python's pathlib.Path.readlink() method.

Usage

Path_readlink(paths)

Arguments

paths

A character vector of symbolic link paths.

Value

A character vector containing the target path of each symbolic link.

Examples

if (FALSE) {
Path_readlink("symbolic_link")
}