Hi,
I've created 2 pipes at Unix level (fifo's), that I want to allow my Cocoa/Objective C application to access - one for reading and the other for writing.
I'm fairly sure I need to use the NSPipe class, but I can't find anywhere that shows me how to link a specific instance of NSPipe to...