Re: open for access file
Re: open for access file
- Subject: Re: open for access file
- From: Deivy Marck Petrescu <email@hidden>
- Date: Tue, 21 Jul 2009 19:52:52 -0400
On Jul 21, 2009, at 19:35, Stockly, Ed wrote: 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
Ed, you probably made a mistake somewhere with your definition of newGridFile.
I don't believe that: open for access newGridFile with write permission and open for access alias newGridFile with write permission
could both work.
|
_______________________________________________
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