updateDirFilePermissions: Manipulaton of Directories and File Permissions

Description Usage Arguments Examples

View source: R/utilities.R

Description

These functions provide a low-level interface to the computer's file system.

Usage

1
updateDirFilePermissions(path = getwd(), recursive = TRUE, mode = "0777")

Arguments

path

a character vector containing a single path name.

recursive

logical. Should elements of the path other than the last be created? If true, like the Unix command mkdir -p.

mode

the mode to be used on Unix-alikes: it will be coerced by as.octmode. For Sys.chmod it is recycled along paths.

Examples

1
updateDirFilePermissions(getwd(), recursive = TRUE, mode = "0777")

ivanliu1989/RQuant documentation built on Sept. 13, 2019, 11:53 a.m.