函数简介:
创建文件夹
函数原型:long CreateFolder(folder)
参数定义:
folder 字符串: 文件夹路径
返回值:
整形数:成功返回1,失败返回0
示例:
g_lw->CreateFolder("C:\\test");