函数简介:
删除文件
函数原型:long DeleteFile(file)
参数定义:
file 字符串: 文件路径
返回值:
整形数:成功返回1,失败返回0
示例:
g_lw->DeleteFile("C:\\test.txt");