Re: newbie question
Re: newbie question
- Subject: Re: newbie question
- From: "Shane Stanley" <email@hidden>
- Date: Thu, 14 Oct 2004 08:46:01 +1000
On Wed, 13 Oct 2004 16:18:36 -0600, Dave Balderstone wrote:
>try
> open for access file theFile with write access
>on error
>-- the file is busy
>end try
Almost;
try
open for access file theFile with write permission
close access result
-- file is OK
on error
-- the file is busy
end try
--
Shane Stanley <email@hidden>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden