Keith Duthie wrote: | Hi, does anyone on here know how to create a new link for a file | descriptor? | | Basically what I want to do is: | | open() | unlink() | perform miscellaneous IO on the file descriptor | | create a new link for the file descriptor | close() What are you trying to accomplish? Greg