createDirs {maDB} | R Documentation |
createDirs
This function creates directories.
createDirs(dir)
dir |
The directories. As file delimiter, also in Windows, the Unix file delimiter “/” should be used! |
This function creates directories and subdirectories. If for example as dir the string “doc/tables/” is submited, the function creates the directory “doc”, then the directory “tables” into the “doc” directory.
Johannes Rainer