Create a directory.
mkdirs_dbfs.Rd
Creates the given directory and necessary parent directories if they do not
exist. If a file (not a directory) exists at any prefix of the input path,
this call throws an exception with RESOURCE_ALREADY_EXISTS
. Note: If
this operation fails, it might have succeeded in creating some of the
necessary parent directories.