Jacque

Is this worth trying.

put the defaultFolder into tSavedDef
put "/home/folder1/folder 2" into tNewDef
set the defaultFolder to tNewDef
if tNewDef = the defaultFolder then
  ## there is a folder
else
 ## there isn't a folder
end if
set the defaultFolder to tSavedDef

This kind of mirrors what you have to do on an FTP server to get a listing of a folder whose name contains spaces. I was wondering if the file system on your server behaves in a similar fashion, and will let you set the defaultFolder to a name with a space, but not work with "there is".

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

Reply via email to