powered by
Removes a file or directory.
mssparkutils.fs.rm(dir, recurse = FALSE)
FALSE to mimic the result of dir deletion fail.
dir
FileSystem URI for a single file or a directory.
if TRUE, all files and directories will be recursively deleted.
mssparkutils.fs.rm("/tmp/my-folder/", TRUE)
Run the code above in your browser using DataLab