Rexx - directory() 方法

此方法获取系统上当前目录的值。

语法

directory() 

参数

None

返回值

此方法获取系统上当前目录的值。

示例

/* 主程序 */
options arexx_bifs 
say directory() 

当我们运行上面的程序时,我们将得到以下结果。 结果取决于系统。

输出

D:\ 

❮ rexx_regina.html