How to open an XML file within an OSX bundle?

Colin Holgate coiin at verizon.net
Tue Jun 19 07:55:29 EDT 2012


With a stack saved in the Applications folder, this script puts the iPhoto info.plist XML file into field 1:

on mouseUp
   put URL "binfile:iPhoto.app/Contents/info.plist" into field 1
end mouseUp




More information about the use-livecode mailing list