NAME
RestoreWorkingDirectory — Change back to directory saved with SaveWorkingDirectory.
SYNOPSIS
RestoreWorkingDirectory
DESCRIPTION
Return Value
None.
More Info
If SaveWorkingDirectory was not previously called, this command does nothing.

May add a complain option in a future release.


For information regarding exceptions / errors, see here.
EXAMPLES
% pwd
/home/username
% SaveWorkingDirectory
/home/username
% cd temp
% pwd
/home/username/temp
% RestoreWorkingDirectory
/home/username
% pwd
/home/username
SEE ALSO
SaveWorkingDirectory
KEYWORDS
directory, file