函数简介:

删除指定目录.

函数原型:

long DeleteFolder(folder)

参数定义:

folder 字符串: 目录名

返回值:

整形数:
0 :
失败
1 :
成功

示例:

dm.DeleteFolder "c:\123"