chDir()
ディレクトリーを変える。
書式:
chDir(
path
)
例:
if os="unix" then
chDir(
"/"
)
else
chDir(
"c:/"
)
end if
参照
dir$()