ps_fs_info {ps}R Documentation

File system information for files

Description

File system information for files

Usage

ps_fs_info(paths = "/")

Arguments

paths

A path or a vector of paths. ps_fs_info() returns information about the file systems of all paths. path may contain direcories as well.

Value

Data frame with file system information for each path in paths, one row per path. Common columns for all operating systems:

The rest of the columns are flags, and they are operating system dependent.

macOS:

Linux:

Windows:

Examples


ps_fs_info(c("/", "~", "."))


[Package ps version 1.9.1 Index]