Complete mobile newbie here... will be coming with my begging bowl out a lot in the days to come.

Is this good for mobile also?

function localPath
   put the effective filename of this stack into tPath
   set the itemdel to "/"
   delete item -1 of tPath
   put "/" after tPath
   return tPath
end localPath

where we need to reference images, icons, text files and other data..

we can fetch things  with

set the defaultfolder to (localPath() &"img/icons")
put the files


BR

_______________________________________________
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