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.5
11.0
11.1
11.2
11.3
11.4
11.5
12.0
12.1
12.2
Statistic
FMM
Blog
Component: Path
Convert paths from native to FileMaker and back.
Version | macOS | Windows | Linux | Server | iOS SDK | License |
2.4 / 9.0 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | Paid |
Item | Details |
---|---|
Path.AddPathComponent Adds a new path component. | All 6.0 |
Path.FileMakerPathToNativePath Converts a FileMaker path useful for "filemac:" and "filewin:" path specification to a native path. | All 2.4 |
Path.FilePathToFileURL Converts a file path to a local file URL. | All 5.0 |
Path.FileURLToFilePath Converts a file URL to a local file path. | All 5.0 |
Path.LastPathComponent Queries the last path component. | All 6.0 |
Path.LongPath Queries long file path on Windows. | All 9.0 |
Path.NativePathToFileMakerPath Converts a native path to a FileMaker path useful for "filemac:" and "filewin:" path specification. | All 2.4 |
Path.RemoveLastPathComponent Removes last path component. | All 6.0 |
Path.ShortPath Queries short file path on Windows. | All 9.0 |
9 functions shown.
Release notes
- Version 12.0
- Fixed Path.FileMakerPathToNativePath to recognise filelinux: prefix.
- Version 11.0
- Added PassThroughNativePath flag to Path.FileMakerPathToNativePath function to disable the pass through of valid paths.
- Version 9.4
- Changed Path.AddPathComponent to accept multiple parameters.
- Version 9.2
- Fixed problem with Path.RemoveLastPathComponent and path ending with (back)slash.
- Version 9.0
- Added Path.ShortPath and Path.LongPath functions for Windows.
- Version 8.3
- Changed Path.NativePathToFileMakerPath to make sure we have a / on the end on Mac.
- Version 8.0
- Fixed an issue where Path.FileMakerPathToNativePath would not convert a path on Windows.
- Version 7.5
- Changed Path.FileMakerPathToNativePath to detect if passed path is already a native path and return it.
- Rewrote Path.FileMakerPathToNativePath to work with path list.
Blog Entries
- Combined Components with MBS FileMaker Plugin
- New MBS FileMaker Plugin 9.0
- MBS FileMaker Plugin 6.0 for OS X/Windows
FileMaker Magazin
- Ausgabe 1/2022, Seite 19
- Ausgabe 6/2021, Seite 21
- Ausgabe 4/2020, Seite 34, PDF
- Ausgabe 6/2018, Seite 31
- Ausgabe 6/2018, Seite 30
- Ausgabe 4/2018, Seite 16
- Ausgabe 1/2017, Seite 10
- Ausgabe 6/2016, Seite 25
- Ausgabe 5/2013, Seite 21
- Ausgabe 3/2012, Seite 31, PDF
Example Databases
- Barcode/Barcode Generation
- CURL/Amazon S3 Upload File
- CURL/CURL Download Picture to file
- CURL/FTP/CURL FTP Download all Files in Directory
- GraphicsMagick/Create Multi Tiff
- Mac and iOS/MapKit/MapView BeeExample
- SmartCard/SmartCard Signatures
- Text functions/Text to RTF or HTML
- WordFile/WordFile Image
- WordFile/WordFile
Feedback: Report problem or ask question.
