I used to have a FolderItem.Equals(f) function, where on Mac I tested for 
equality (that the two FolderItems refer to the same file on the disk) between 
two FolderItems by comparing their VolRefNum, DirID, and Name.

With the newest Xojo, this broke of course. Plus it doesn't work with APFS 
(does it?). Regardless, in Xojo VolRefNum and DirID are gone, so....

Does the MBS function 
FolderItem.<https://www.monkeybreadsoftware.net/folderitem-volgetfolderitemidmbs.shtml#24>VolGetFolderItemIDMBS
 get the DirID where I can do the comparison?

If the FolderItem is a Volume, does doing 
<https://www.monkeybreadsoftware.net/folderitem-volgetfolderitemidmbs.shtml#24>VolGetFolderItemIDMBS
 give me the VolRefNum?

If I"m totally offbase, what is the best way to test for equality on the latest 
Xojo? 

Garth Hjelte
Sampler User
_______________________________________________
mbsplugins@monkeybreadsoftware.info mailing list
%(list_address)s
https://ml-cgn08.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info

Reply via email to