[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-users] changing default directory for csi
|
From: |
Thomas Christian Chust |
|
Subject: |
Re: [Chicken-users] changing default directory for csi |
|
Date: |
Mon, 22 Oct 2007 12:20:29 +0200 |
|
User-agent: |
Thunderbird 2.0.0.6 (Macintosh/20070728) |
Terrence Brannon wrote:
> The csi takes relative load commands based on the directory that csi
> was started in. Is there a procedure call I can make after invoking
> csi that will change the default directory to somewhere else?
Hello,
you can change the working directory of your program using
(current-directory "/wherever/you/want"). The procedure
current-directory is exported from the posix unit.
cu,
Thomas