A real problem with Prefs!!

Chipp Walters chipp at chipp.com
Thu Aug 5 20:53:19 EDT 2010


Charles, I will sometimes have a getPrefsFolder() function. Something like:

function getPrefsFolder
   get the effective filename of this stack
   set itemDel to "/"
   delete last item of it
   put "/" & "Prefs" after it
   If there is not a folder it then create folder it
   return it
end getPrefsFolder

HTH



More information about the use-livecode mailing list