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