私は設定ファイルからファイルパスを読み込み、そのディレクトリから読み込もうとしています。何らかの理由でchange-dirが決して絶対パスにならないので、私はそれを動作させる方法を見つけることができません。ここでは、CLIで動作させようとしている私の筆跡があります。Rebol2:絶対ファイルパスへの変更-dirが動作しない
>> 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