Learn R Programming

notebookutils (version 1.5.3)

notebookutils.fs.getMountPath: Gets the local path of the mount point.

Description

Gets the local path of the mount point.

Usage

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

Value

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

Arguments

mountPoint

The directory that was previously mounted.

scope

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

Examples

Run this code
notebookutils.fs.getMountPath("/mnt")
notebookutils.fs.getMountPath("/mnt", "job")

Run the code above in your browser using DataLab