Rexx - chdir



此方法更改系统上当前工作目录的值。

语法

chrdir(newdir)

参数

newdir − 应成为当前工作目录的新目录。

返回值

如果更改成功,则返回 0。

示例

/* Main program */ 
options arexx_bifs 
say chdir('\rexxxml100') 
say directory() 

运行以上程序后,将得到以下结果。

输出

0 
D:\rexxxml100 
rexx_regina.htm
广告