Re: accessing newly-created files
Re: accessing newly-created files
- Subject: Re: accessing newly-created files
- From: "David Piasecki" <email@hidden>
- Date: Mon, 19 Apr 2004 14:32:16 -0700
Yes, but the program writing the image was not written by me. I have
the full source, but I have been unable to compile, so I just run the
binary instead.
David
On Apr 19, 2004, at 2:23 PM, Allan Odgaard wrote:
you can let your helper program (creating the image) write to stdout
(instead of a file) and then use popen() instead of mkfifo(). This
might save a line or two of code and does then not require a name in
the filesystem.
** Cocoa FAQ: <http://www.alastairs-place.net/cocoa/faq.txt> **
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.