函数简介:

创建指定目录.

函数原型:

long CreateFolder(folder)

参数定义:

folder 字符串: 目录名

返回值:

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

示例:

dm.CreateFolder "c:\123\456\789"