mssparkutils.fs.exists {notebookutils}R Documentation

Check if a file or directory exists.

Description

Check if a file or directory exists.

Usage

mssparkutils.fs.exists(file)

Arguments

file

FileSystem URI

Value

TRUE if the file or directory exists

Examples

## Not run: 
mssparkutils.fs.exists("/tmp/my-file")

## End(Not run)


[Package notebookutils version 1.5.3 Index]