Re: accessing newly-created files
Re: accessing newly-created files
- Subject: Re: accessing newly-created files
- From: Allan Odgaard <email@hidden>
- Date: Thu, 15 Apr 2004 22:45:13 +0200
On 15. Apr 2004, at 21:04, David Piasecki wrote:
I use a system call to execute a program which creates an image file
that I want to display directly after it is written. [...]
Perhaps you can let the executed program write to a named pipe? that
way you can instantly start reading the image in your main application.
See "man 2 mkfifo".
** 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.