The command
)cd directory
returns the current working directory but does not allow changes.
The command
)cd
returns a system error message
Cannot get the truename of #P"~/".
-----------
A work-a-round exists. Use the equivalent lisp command:
)lisp (si:chdir "directory")
Category: Axiom Documentation => Axiom User Interface
Status: open => closed
)cd without a directory path is supposed to change to the HOME directory. HOME is not defined by GCL under windows but future versions my use USERPROFILE --> C:\Doocuments and Settings\username
-
-
-