mssparkutils.fs.mkdirs: Creates the given directory if it does not exist, also...

mssparkutils.fs.mkdirsR Documentation

Creates the given directory if it does not exist, also creating any necessary parent * directories.

Description

Creates the given directory if it does not exist, also creating any necessary parent * directories.

Usage

mssparkutils.fs.mkdirs(dir)

Arguments

dir

FileSystem URI

Value

FALSE to mimic the result if dir creation fail.

Examples

mssparkutils.fs.mkdirs("/tmp/a/b/c")


notebookutils documentation built on May 29, 2024, 12:08 p.m.