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

标签: ,

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

BOOL PathFileExists(
    __in  LPCTSTR pszPath
);

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

赞赏

微信赞赏支付宝赞赏

随机文章:

  1. TLI.TLIApplication,被遗忘的COM组件
  2. 在64位系统中使用CAPICOM
  3. VBS普通青年 vs 文艺青年 vs 2B青年
  4. VBS也玩验证码识别
  5. VBS实现UTF-8转Unicode(UTF-16)

留下回复