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:
9.5
10.0
10.1
10.2
10.3
10.4
10.5
11.0
11.1
11.2
Statistic
FMM
Blog
Converts a FileMaker path useful for "filemac:" and "filewin:" path specification to a native path.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Path | 2.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
Parameter | Description | Example | Flags |
---|---|---|---|
path | The FileMaker file path. | "/Macintosh HD/Users/test/Desktop/picture.jpg" | |
PassThroughNativePath | Available in MBS FileMaker Plugin 11.0 or newer. Whether to pass through a native path directly and avoid conversion, if the path is valid already. Default is 1 to enable this. |
1 | Optional |
Returns the native path.
Convert path to native path:
MBS( "Path.FileMakerPathToNativePath"; "/Macintosh HD/Users/test/Desktop/picture.jpg")
Created 18th August 2014, last changed 8th January 2021
Path.AddPathComponent - Path.FilePathToFileURL
Feedback: Report problem or ask question.