私のファイル構造は
/home/me
+ octave
- script.m
+ data
- index.txt
でscript.m
:
fid = fopen("data/index.txt");
script.m を実行すると、ファイルを開く/見つけることができません。
pwd
スクリプトで行うと、/home/me
fopen
現在のディレクトリ (script.m が実行されている場所) を参照点として常に使用する方法はありますか?