mssparkutils.fs.exists {notebookutils} | R Documentation |
Check if a file or directory exists.
mssparkutils.fs.exists(file)
file |
FileSystem URI |
TRUE if the file or directory exists
## Not run:
mssparkutils.fs.exists("/tmp/my-file")
## End(Not run)