Go backward to load.
Go up to Loading and interacting with the file system.
Go forward to pwd.
chdir, cd
---------
Change the current working directory from which files will be loaded. These
commands are synonymous.
If the specified directory does not exist, the command will fail. The path
can involve .. (to move up one level in the directory tree) but not the
shell's * or ? (wildcard character) syntax or its "~" (home directory)
syntax.
SYNTAX
(chdir "path")
(cd "path")
EXAMPLE
Soar> cd "air-soar/take-off"
Changing to directory "air-soar/take-off"