Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
10.1
10.2
10.3
10.4
10.5
11.0
11.1
11.2
11.3
11.4
Statistic
FMM
Blog
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:")
Created 10th May 2015, last changed 18th March 2017
Files.StandardizePath - Files.WriteFile
Feedback: Report problem or ask question.