Re: writing to a named pipe (FIFO) fails
Re: writing to a named pipe (FIFO) fails
- Subject: Re: writing to a named pipe (FIFO) fails
- From: "Nigel Garvey" <email@hidden>
- Date: Tue, 21 Nov 2006 20:56:56 +0000
Adam Bell wrote on Tue, 21 Nov 2006 10:46:24 -0400:
>Assuming MacFifo is just a text file, you have to:
>(you have to open a file to write to it, but not to read it)
Hi, Adam.
You don't _have_ to open a file to write to it if it's not already open.
But if it's already open without write permission, then you _have_ to
open another access _with_ write permission. (In most cases, you'll want
to anyway.) Only one access with write permission can be open at at time.
I'm afraid don't know how this applies to Cameron's situation. :(
NG
_______________________________________________
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/mailman//archives/applescript-users
This email sent to email@hidden