December 14, 2017 at 3:13 pm
#12789
Assuming you are trying to do:
Do $extobjects.FileOps.$openfile(lPath)
But you need to create and use an Object variable with FileOps as sub type, and then try:
Do lFileOps.$openfile(lPath)
The other potential ‘gotcha’ when moving up to 64-bit macOS Studio 8.x (which you may know about already) is that you need to convert all HFS file paths in your library (using :), to POSIX file paths which use ‘/’ (forward slash).