mssparkutils.fs.getMountPath {notebookutils} | R Documentation |
Gets the local path of the mount point.
mssparkutils.fs.getMountPath(mountPoint, scope = "job")
mountPoint |
The directory that was previously mounted. |
scope |
Mount point level, job or workspace, default is job. |
Empty string to mimic the local mounted path related to mountPoint
.
mssparkutils.fs.getMountPath("/mnt")
mssparkutils.fs.getMountPath("/mnt", "job")