include "pipe.m"; pipe:= load Pipe Pipe->PATH; fds: fn(): (ref Sys->FD, ref Sys->FD); files: fn(): (string, string);
file2chan - create file connected to Limbo channel in Chapter 8
|
open, create - open/create a file for reading or writing in Chapter 8
|
read, write, stream - read, write, or stream file in Chapter 8
|