Plan B User's Manual
Name
- change Changes the current working box.
Synopsis
- #include <ulib.h>
void change(char* sel)
Description
- Change changes the prefix used for relative paths (those not starting with "/"). After the call, any name not starting with "/" is concatenated to sel before resolving the name. The constraint given in sel, if any, is ignored.
Source
- /src/b/port/box.c
See also
- chg(1)
and dot(2).
Plan B User's Manual. First edition.