notebookutils.fs.getMountPath {notebookutils}R Documentation

Gets the local path of the mount point.

Description

Gets the local path of the mount point.

Usage

notebookutils.fs.getMountPath(mountPoint, scope = "job")

Arguments

mountPoint

The directory that was previously mounted.

scope

Mount point level, job or workspace, default is job.

Value

Empty string to mimic the local mounted path related to mountPoint.

Examples

notebookutils.fs.getMountPath("/mnt")
notebookutils.fs.getMountPath("/mnt", "job")


[Package notebookutils version 1.5.3 Index]