notebookutils.fs.help: notebookutils.fs provides utilities for working with various...

notebookutils.fs.helpR Documentation

notebookutils.fs provides utilities for working with various FileSystems.

Description

Below is overview about the available methods:

Usage

notebookutils.fs.help(methodName = "")

Arguments

methodName

method name to get more information.

Details

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

Value

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

Examples

notebookutils.fs.help()
notebookutils.fs.help("ls")


notebookutils documentation built on May 29, 2024, 12:08 p.m.