createDirAndReturnPath: Create a Directory including required "upward" Folders

View source: R/system.R

createDirAndReturnPathR Documentation

Create a Directory including required "upward" Folders

Description

Create a Directory including required "upward" Folders

Usage

createDirAndReturnPath(path, dbg = TRUE, confirm = FALSE)

Arguments

path

character string representing the path to the directory to be created

dbg

if TRUE messages about created or found directories are shown

confirm

if TRUE (the default is FALSE!) the user is asked to confirm the creation of a directory

Value

created path or NULL if the path could not be created


KWB-R/kwb.utils documentation built on April 1, 2024, 7:12 a.m.