Rexx - rmdir 命令


该命令用于删除当前工作目录中的一个目录。

句法

rmdir dirname 

参数

  • dirname - 需要删除的目录的名称。

返回值

没有任何

例子

/* Main program */ 
rmdir Test

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

输出

When we run the above program, the directory called Test will be removed.
rexx_brexx.htm