此方法更改系统上当前工作目录的值。
chrdir(newdir)
newdir - 应该成为当前工作目录的新目录。
如果更改成功,则返回0。
/* Main program */ options arexx_bifs say chdir('\rexxxml100') say directory()
当我们运行上述程序时,我们将得到以下结果。
0 D:\rexxxml100