函数简介:
检查文件是否存在
函数原型:long IsFileExist(file)
参数定义:
file 字符串: 文件路径
返回值:
整形数:存在返回1,不存在返回0
示例:
g_lw->IsFileExist("C:\\test.txt");