mssparkutils.fs.getMountPath {notebookutils} | R Documentation |
Gets the local path of the mount point.
Description
Gets the local path of the mount point.
Usage
mssparkutils.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
mssparkutils.fs.getMountPath("/mnt")
mssparkutils.fs.getMountPath("/mnt", "job")
[Package notebookutils version 1.5.3 Index]