Skip to contents

This function returns the owner of the provided paths as a character vector, similar to Python's pathlib.Path.owner() method.

Usage

Path_owner(paths)

Arguments

paths

A character vector of file paths.

Value

A character vector containing the owner of each path.

Examples

if (FALSE) {
Path_owner("file.txt")
}