How to open an XML file within an OSX bundle?
Colin Holgate
coiin at verizon.net
Wed Jun 20 08:51:23 EDT 2012
This fails for me:
on mouseUp
put "binfile:iPhoto.app/Contents/info.plist" into t
put URL t into field 1
end mouseUp
which suggests you have to use put URL "bin file:… and can't get away with binfile: being in the string variable. Perhaps use Do?
>>
>> on mouseUp
>> put URL "binfile:iPhoto.app/Contents/info.plist" into field 1
>> end mouseUp
>>
More information about the use-livecode
mailing list