convering Fds to Handles

Abraham Egnor aegnor@antioch-college.edu
Thu, 25 Apr 2002 18:06:02 -0400 (EDT)


Is there a way to convert an Fd variable to a Handle variable?
Specifically, I'd like to use "pipe" from the Posix library to create a
pipe and then pass one end of it to runProcess as its stdin.

Abe