Learn R Programming

notebookutils (version 1.5.3)

mssparkutils.fs.help: mssparkutils.fs provides utilities for working with various FileSystems.

Description

Below is overview about the available methods:

Usage

mssparkutils.fs.help(methodName = "")

Value

No return value, print empty string to mimic the behavior of help method of mssparkutils fs module when used in azure synapse runtime.

Arguments

methodName

method name to get more information.

Details

mssparkutils.fs.cp: Copies a file or directory, possibly across FileSystems mssparkutils.fs.mv: Moves a file or directory, possibly across FileSystems mssparkutils.fs.ls: Array -> Lists the contents of a directory mssparkutils.fs.mkdirs: Creates the given directory if it does not exist, also creating any necessary parent directories mssparkutils.fs.put: Writes the given String out to a file, encoded in UTF-8 mssparkutils.fs.head: Returns up to the first 'maxBytes' bytes of the given file as a String encoded in UTF-8 mssparkutils.fs.append: Append the content to a file mssparkutils.fs.rm: Removes a file or directory

Examples

Run this code
mssparkutils.fs.help()
mssparkutils.fs.help("ls")

Run the code above in your browser using DataLab