Rexx - directory() 方法
此方法获取系统上当前目录的值。
语法
directory()
参数
None
返回值
此方法获取系统上当前目录的值。
示例
/* 主程序 */ options arexx_bifs say directory()
当我们运行上面的程序时,我们将得到以下结果。 结果取决于系统。
输出
D:\
此方法获取系统上当前目录的值。
directory()
None
此方法获取系统上当前目录的值。
/* 主程序 */ options arexx_bifs say directory()
当我们运行上面的程序时,我们将得到以下结果。 结果取决于系统。
D:\
如果您发现内容有误或提出修改建议,请随时向我们发送 E-mail 邮件:
421660149@qq.com
您的建议已发送到 W3schools。