Re: Open For Access Broken in 9?
Re: Open For Access Broken in 9?
- Subject: Re: Open For Access Broken in 9?
- From: John Delacour <email@hidden>
- Date: Fri, 9 Aug 2002 19:36:11 +0100
At 10:49 AM -0700 9/8/02, email@hidden wrote:
I'm trying to open a file for access with write permission.
In 10, it's happy.
In 9, it complains that the file does not exist. I've checked it and it's
complaining about the line
set writeFile to open for access alias thePath with write permission
set pathname to "d:f:f"
open for access FILE pathname with write permission
write "rubbish" fo FILE pathname
close access FILE pathname
NOT alias
_______________________________________________
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.