Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Queries mount path for a volume.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Files | 8.3 | ✅ Yes | ✅ Yes | ❌ No | ✅ Yes, on macOS and Windows | ❌ No |
Parameter | Description | Example |
---|---|---|
Disk | Path native path to disk drive. | "E:" |
Returns mount URL, empty or error.
Query mount path on MacOS:
MBS( "Files.MountPath"; "/Volumes/Macbook Pro" )
Example result: "smb://cs@Server._smb._tcp.local/Macbook%20Pro"
Query mount path on Windows:
MBS( "FIles.MountPath"; "Z:")
Example result: "\\vmware-host\Shared Folders"
This function checks for a license.
Created 1st June 2018, last changed 2nd June 2018