判断文件是否存在且可以被读取(即文件是否存在于文件系统或者封包中)
bool fileExist(string filename);
示例
fileExist("thanks.txt") //return false