Hi Richard, Robert, and Stephen,

Thank you for responding. Richard, I am going to try your suggestion, namely, 
saving the default folder path:

on listMyFiles
   put the default folder into tSaveDir
   set the default folder to someFolderPath
   get the files
   set the default folder to tSaveDir
   put it
end listMyFiles


I did have a line in my handler that reset the default folder but I was 
resetting it incorrectly to either empty (on my first attempt) or "/" (on my 
second). And Richard, you are right, I was messing up the normal path.

Thanks again,

Gregory


_______________________________________________
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