Re: Open For Access Broken in 9?
Re: Open For Access Broken in 9?
- Subject: Re: Open For Access Broken in 9?
- From: email@hidden
- Date: Fri, 9 Aug 2002 11:56:51 -0700
I tried that first, actually.
I changed it to file because I have had occasion where my scripts simply
won't compile if I have a file reference to a non-existant file. I don't
even get to run, they don't compile.
So I suspected the file in that line and changed it. But both failed with
the same message ("file does not exist").
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Seth A. Roby
Scriptwriter Intern
"Life is like an exploded clown. It's really funny until you figure out
what just happened."
John Delacour
<email@hidden> To: email@hidden
Sent by: cc:
applescript-users-admin@list Subject: Re: Open For Access Broken in 9?
s.apple.com
08/09/2002 11:36 AM
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.
_______________________________________________
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.