2011-02-07 86 views

回答

2

这是一个没有标准方案的过程,但在IronScheme你可以做(​​之一)以下内容:

> (import (ironscheme environment)) 
> (current-directory) ; same as the present working dir 
"C:\\Program Files\\IronScheme" 
> (application-directory) ; where the IronScheme exe lives 
"C:\\Program Files\\IronScheme" 
> 
+0

非常感谢。另外,如果它存在,我可以添加一个目录到(load“”)的搜索路径吗? – Thomson 2011-05-15 05:14:20

相关问题