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:
12.0
12.1
12.2
12.3
12.4
12.5
13.0
13.1
13.2
13.3
Statistic
FMM
Blog
Component: Path
Convert paths from native to Claris FileMaker style and back.
Version | macOS | Windows | Linux | Server | iOS SDK |
2.4 / 9.0 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
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.
These functions require a paid license (78%).
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 6/2022, Seite 14
- Ausgabe 1/2022, Seite 19, PDF
- Ausgabe 6/2021, Seite 21
- Ausgabe 4/2020, Seite 34, PDF
- Ausgabe 6/2018, Seite 30 bis 31
- 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
- CURL/FTP/CURL FTP Download all Files in Directory
- DynaPDF/Invoice/Invoice
- DynaPDF/Signature Appearance
- GraphicsMagick/Create GIF
- iOS/Examples/iOS Email Sending
- Mac and iOS/Machine Learning/Core ML Photos
- Mac and iOS/PDFKit/PDFKit Print Documents
- Mac only/Services for Mac OS X/ServiceProvider test
- Network/ServerSocket/ServerSocket from Webviewer/ServerSocket from Webviewer
- SQL in FileMaker/ImageGallery
