notebookutils.fs.getMountPath {notebookutils} | R Documentation |
Gets the local path of the mount point.
notebookutils.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
.
notebookutils.fs.getMountPath("/mnt")
notebookutils.fs.getMountPath("/mnt", "job")