Skip to contents

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).

Usage

create_file_directory(client, directory_path)

filesCreateDirectory(client, directory_path)

Arguments

client

Required. Instance of DatabricksClient()

directory_path

Required. The absolute path of a directory.