My example stack was saved in Applications, and the relative path did 
previously work. But, it isn't working now!

So, this works:

on mouseUp
   answer file""
   put URL ("binfile:"&it&"/Contents/info.plist") into field 1
end mouseUp

So does this:

on mouseUp
   answer file""
   put "binfile:"&it&"/Contents/info.plist" into t
   put URL t into field 1
end mouseUp


Perhaps it's just the parentheses that are needed?

On Jun 20, 2012, at 9:00 AM, Klaus on-rev <kl...@major.on-rev.com> wrote:

> 
> >You need the "/Applications/" in front of the pathname!

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to