makedirs: Builder of folder(s)

Description Usage Arguments See Also

Description

makedirs creates a folder and any intermediates needed, doing nothing if the folder already exists.

Usage

1
makedirs(dirpath, permissions = "0777", force_chmod = FALSE)

Arguments

dirpath

Full path to the folder to create.

permissions

Permissions string.

force_chmod

Whether to change the permissions to the given setting if the folder already exists.

See Also

Other paths: .envVarPath, .filepath, .isDir, expandPath, makeFilePath


vreuter/SwissR documentation built on May 14, 2019, 11:29 a.m.