Learn R Programming

notebookutils (version 1.5.3)

mssparkutils.fs.mkdirs: 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)

Value

FALSE to mimic the result if dir creation fail.

Arguments

dir

FileSystem URI

Examples

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

Run the code above in your browser using DataLab