IsExist

检查文件存在

bool  IsExist(
   const string  file_name      // 文件名称
   )

参数

file_name

[输入]  要检查的文件名。

返回值

true, 如果文件存在。