구성 파일에서 파일 경로를 읽은 다음 해당 디렉토리에서 읽으려고합니다. 어떤 이유로 든 change-dir이 절대로 절대 파일 경로로 이동하지 않기 때문에 나는 그것을 작동시키는 방법을 찾을 수 없습니다. 다음은 CLI에서 작동하도록하는 내용입니다.Rebol2 : 절대 파일 경로가 변경되지 않습니다.
>> test: pick read/lines %test.ini 1
== "test: C/Users/thompson/Downloads/"
>> test: find test " "
== " C/Users/thompson/Downloads/"
>> test: next test
== "C/Users/thompson/Downloads/"
>> test: to file! test
== %C/Users/thompson/Downloads/
>> change-dir test
** Access Error: Cannot open /C/rscratch/C/Users/thompson/Downloads/
** Near: change-dir test