On 6/6/2003 4:05 AM, David Morganstein deftly typed out: > In OS X is there a command "exists" used to determine if a file or folder is > present?
I'm sure my response will be redundant as Paul or Allen will have responded before I get off this train, but... The "exists" command is part of the Finder's scripting dictionary so try: tell application "Finder" if exists... ... end tell -Remo Del Bello -- "I recommend a slow, steady gorging process, combined with assal horizontology." - Dr. Nick Riviera on The Simpsons -- To unsubscribe: <mailto:[EMAIL PROTECTED]> archives: <http://www.mail-archive.com/entourage-talk%40lists.letterrip.com/> old-archive: <http://www.mail-archive.com/entourage-talk%40lists.boingo.com/>
