Rexx - 目录


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

句法

directory() 

参数

没有任何

返回值

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

例子

/* Main program */ 
options arexx_bifs 
say directory() 

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

输出

D:\ 
rexx_regina.htm