Skip to contents

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

Usage

Path_group(paths)

Arguments

paths

A character vector of file paths.

Value

A character vector containing the group owner of each path.

Examples

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