Troi File Plug-in > Functions reference > TrFile_FileSpecToFullPath
TrFile_FileSpecToFullPath |
(Obsolete) This function used to return the full path of a file or folder from the FSSpec. macOS only.
Syntax
TrFile_FileSpecToFullPath( switches ; FileSpec )
Parameters
| switches | leave empty or set to "-Unused" |
| FileSpec | the FSSpec of a file or folder. It is of the form ":volumeID:directoryID:fileName" |
Returned Result
Data type returned
Error code
Result
The function TrFile_FileSpecToFullPath is obsolete and now returns error code $$-4266 (kErrNoLongerSupported).
Originated in
Troi File Plug-in 3.0
Compatibility
FileMaker Pro 18 to FileMaker Pro 22 (2025)
Considerations
As FSSpecs are deprecated this function no longer is useful. You should remove this function from your scripts.
Related function
| TrFile_FullPathToFileSpec |
Related topics
Troi File Plug-in online help (overview)