Re: Open for access with write permission
Re: Open for access with write permission
- Subject: Re: Open for access with write permission
- From: KOENIG Yvan <email@hidden>
- Date: Fri, 23 Mar 2007 07:14:39 +0100
Le 22 mars 07 à 23:00:10, Michelle Steiner a écrit :
set fileRef to open for access UserFile with write permission
set eof of fileRef to (get eof of fileRef) + 1 write additions to fileRef close access bar
you open a file whose ref is fileRef but you close access to bar so the fileRef's file is not closed.
I wish to add that it would be easier to code
set fileRef to open for access UserFile with write permission write additions to fileRef starting at eof close access fileRef
Yvan KOENIG |
_______________________________________________
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