setting the default folder to the folder where the stack is..

Dan Friedman dan at clearvisiontech.com
Thu Dec 13 16:47:00 EST 2001


Niklas,

Here's what I use:

Set the defaultFolder to applicationPath()
--
function applicationPath
  put the fileName of this stack into appPath
  set the itemDel to "/"
  delete last item of appPath

  return appPath
end applicationPath


Hope this helps,

Dan




More information about the use-livecode mailing list