2011-02-07 6 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

관련 문제