Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Unmount a volume.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Files | 5.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ❌ No |
Parameter | Description | Example | Flags |
---|---|---|---|
Path | The local path of the volume. | "/Volumes/Test" | |
Force | Pass 1 to force unmount, even if files are still open. | 0 | Optional |
Returns OK or error.
Unmounts Ablage1 on Mac:
MBS("Files.Unmount"; "/Volumes/Ablage1")
Unmount Y: on Windows:
MBS("Files.Unmount"; "Y:")
This function checks for a license.
Created 10th May 2015, last changed 18th March 2017