函数简介:

获取文件长度

函数原型:

long GetFileLength(file)

参数定义:

file 字符串: 文件路径

返回值:

整形数:
返回文件长度(字节),失败返回0

示例:


g_lw->GetFileLength("C:\\test.txt");