- Rexx 教程
- Rexx - 主页
- Rexx - 概述
- Rexx - 环境
- Rexx - 安装
- Rexx - 插件安装
- Rexx - 基本语法
- Rexx - 数据类型
- Rexx - 变量
- Rexx - 运算符
- Rexx - 数组
- Rexx - 循环
- Rexx - 决策制定
- Rexx - 数字
- Rexx - 字符串
- Rexx - 函数
- Rexx - 堆栈
- Rexx - 文件输入/输出
- Rexx - 文件函数
- Rexx - 子例程
- Rexx - 内置函数
- Rexx - 系统命令
- Rexx - XML
- Rexx - Regina
- Rexx - 解析
- Rexx - 信号
- Rexx - 调试
- Rexx - 错误处理
- Rexx - 面向对象
- Rexx - 可移植性
- Rexx - 扩展函数
- Rexx - 指令
- Rexx - 实现
- Rexx - Netrexx
- Rexx - Brexx
- Rexx - 数据库
- 手持和嵌入式
- Rexx - 性能
- Rexx - 最佳编程实践
- Rexx - 图形用户界面
- Rexx - Reginald
- Rexx - Web 编程
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
广告