ref: 4a1fc5ccb596a0f88f465b81a638f0068e82f0b9
dir: /module/grid/fbrowse.m/
FBrowse : module
{
PATH: con "/dis/grid/lib/fbrowse.dis";
NOTHING: con 0;
RUN: con 1;
OPEN: con 2;
WRITE: con 3;
ERROR: con -1;
init : fn (ctxt : ref Draw->Context, title, root, currdir: string): string;
readpath : fn (dir: Browser->File): (array of ref sys->Dir, int);
};