mssparkutils.fs.getMountPath | 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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.