Create a directory.
create_file_directory.Rd
Creates an empty directory. If necessary, also creates any parent directories
of the new, empty directory (like the shell command mkdir -p
). If called on
an existing directory, returns a success response; this method is idempotent
(it will succeed if the directory already exists).