Re: open for access file
Re: open for access file
- Subject: Re: open for access file
- From: "Stockly, Ed" <email@hidden>
- Date: Tue, 21 Jul 2009 16:35:28 -0700
- Thread-topic: open for access file
Has something changed?
Open for access seems to have changed. I first noticed this when toying with
the open for access thread a few days ago, but today I opened a script I've
been using for a couple years now, made an unrelated change, and it wouldn't
compile.
These lines won't compile...
open for access file newGridFile with write permission
open for access file newGridFile
... but any of these lines will compile...
open for access newGridFile as alias with write permission
open for access newGridFile with write permission
open for access alias newGridFile with write permission
open for access newGridFile as alias
open for access newGridFile
open for access alias newGridFile
Over the years, I've often used the "open for access file...." format and
now I'm thinking that anytime I have to modifiy a script that writes to a
file I'll have to re-write that part. grrr
Anyone else have the same experience?
ES
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden