mssparkutils.fs.ls {notebookutils}R Documentation

Lists the contents of a directory.

Description

Lists the contents of a directory.

Usage

mssparkutils.fs.ls(dir)

Arguments

dir

FileSystem URI

Value

Empty list to mimic the file list under dir.

Examples

mssparkutils.fs.ls("/tmp/my-folder/")


[Package notebookutils version 1.5.3 Index]