PathFileExists函数,判断路径文件是否存在

标签: ,

PathFileExists函数判断文件系统中的文件或者文件夹是否存在。

BOOL PathFileExists(
    __in  LPCTSTR pszPath
);

pszPath为指向需要测试路径的字符串指针,如果路径存在PathFileExists函数返回TRUE,否则返回FALSE。

赞赏

微信赞赏支付宝赞赏

随机文章:

  1. 在C语言程序中嵌入Lua脚本
  2. RasEnumConnections函数返回632错误
  3. NDS模拟器iDeaS
  4. windows从服务器同步时间
  5. VBE解密工具VBE Decoder

留下回复