Re: (no subject)
Re: (no subject)
- Subject: Re: (no subject)
- From: JJ <email@hidden>
- Date: Thu, 25 Oct 2001 23:31:17 +0200
>
There is one obstacle that I am having trouble with. How do I check
>
to see whether or not a file exists?
>
Fast way:
try
alias the_file
on error -- it doesn't exists
do some stuff
end try
JJ