Re: Open files
Re: Open files
- Subject: Re: Open files
- From: Dave Balderstone <email@hidden>
- Date: Sat, 16 Mar 2002 17:50:11 -0600
At 3:19 PM -0800 3/16/02, Ed Stockly wrote:
>
I also have a standard routine I use when opening files, that's similar to
>
the one David mentioned:
>
>
try
>
>
open for access myFileAlias with write permission
>
set fileRef to the result
>
on error
>
close access myFileAlias
>
open for access myFileAlias with write permission
>
set fileRef to the result
>
end try
I like it, and am stealing it forthwith!
djb
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.