dos_format

显示Windows的格式化对话框.


语法

(dos_format drive)

参数

drive

盘符 (如, A:, B:).

返回

T 如果成功.

nil 失败时.

示例

Command: (dos_format "A:")

T

 

Colder: