pipe
pipe: fds, files - get read/write file pair for a pipe
Synopsis
include "lib.m";
pipe:= load Pipe Pipe->PATH;
fds: fn(): (ref Sys->FD, ref Sys->FD);
files: fn(): (string, string);
Description
In case the pipe cannot be created, files returns ("", "").
Notes
The pipes are implemented via by creating channels and associated files (uniquely named) in the /chan directory.
Files
/chan
See Also
infernosupport@lucent.com
Copyright © 1996,Lucent Technologies, Inc. All rights
reserved.