Re: Very strange behavior with open for access
Re: Very strange behavior with open for access
- Subject: Re: Very strange behavior with open for access
- From: Peter Fischer <email@hidden>
- Date: Fri, 24 May 2002 17:10:27 +0200
Hello,
Change this line
set mFileID to open for access mFile with write permission
to
set mFileID to open for access file mFile with write permission
Take a look into the dictionary of the Standard Additions:
open for access 'file' - the file or alias to open for access
If you have installed Akua Sweets in your Classic environment, it
will work without file or alias.
--
Peter Fischer
Fischer-Bayern
"The source for german AppleScripters"
http://www.fischer-bayern.de
_______________________________________________
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.