Create Directory if it does not exist
createDirectory(dir.to.create, dbg = TRUE, confirm = FALSE)
dir.to.create | character string representing the path to the directory to be created |
---|---|
dbg | if |
confirm | if |
created path or NULL
if the path could not be created