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") property change --Bill Page, Tue, 14 Dec 2004 17:19:42 -0600 reply 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
|