函数简介:

检查文件夹是否存在

函数原型:

long IsFolderExist(folder)

参数定义:

folder 字符串: 文件夹路径

返回值:

整形数:
存在返回1,不存在返回0

示例:


g_lw->IsFolderExist("C:\\test");