|
|
last edited 17 years ago |
1 | ||
Editor:
Time: 2007/11/17 22:56:46 GMT-8 |
||
Note: property change |
changed: - 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") From BillPage Tue Dec 14 17:19:42 -0600 2004 From: Bill Page Date: Tue, 14 Dec 2004 17:19:42 -0600 Subject: property change Message-ID: <20041214171942-0600@page.axiom-developer.org> Category: Axiom Documentation => Axiom User Interface From billpage Thu Dec 16 11:13:08 -0600 2004 From: billpage Date: Thu, 16 Dec 2004 11:13:08 -0600 Subject: This is corrected in axiom-windows-0.1.2 Message-ID: <20041216111308-0600@page.axiom-developer.org> Status: open => closed From billpage Thu Dec 16 11:17:12 -0600 2004 From: billpage Date: Thu, 16 Dec 2004 11:17:12 -0600 Subject: )cd by itself still fails Message-ID: <20041216111712-0600@page.axiom-developer.org> )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 From unknown Fri Feb 4 08:52:02 -0600 2005 From: Date: Fri, 04 Feb 2005 08:52:02 -0600 Subject: property change Message-ID: <20050204085202-0600@page.axiom-developer.org> From unknown Tue Feb 22 16:49:38 -0600 2005 From: Date: Tue, 22 Feb 2005 16:49:38 -0600 Subject: property change Message-ID: <20050222164938-0600@page.axiom-developer.org> From unknown Wed Feb 23 12:18:08 -0600 2005 From: Date: Wed, 23 Feb 2005 12:18:08 -0600 Subject: property change Message-ID: <20050223121808-0600@page.axiom-developer.org>
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"~/".
-----------
)lisp (si:chdir "directory")