PFSPrivate.mesa
Copyright
Ó 1990, 1991 by Xerox Corporation. All rights reserved.
Doug Wyatt, February 1, 1990 6:19:47 pm PST
DIRECTORY
Rope
USING [
ROPE];
PFSPrivate:
CEDAR
DEFINITIONS =
BEGIN
ROPE:
TYPE ~ Rope.
ROPE;
GetDefaultWDirRope:
PROC
RETURNS [ wDirRope:
ROPE ];
Returns the default working directory.
END.