chDir()
ディレクトリを変更します。
文法:
chDir(
path
)
用例:
if os="unix" then
chDir(
"/"
)
else
chDir(
"c:/"
)
end if
dir$()
コマンドを参照してください。