Rdocumentation
powered by
Learn R Programming
HTSeqGenie (version 4.2.0)
makeDir: Make a directory after performing an existence check
Description
Throws an exception if file or directory with same name exist and overwrite is TRUE.
Usage
makeDir(dir, overwrite = "never")
Arguments
dir
Name of directory to create
overwrite
A character string: never (default), erase, overwrite
Value
Path to created directory