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
广告