标题: PathFileExists函数,判断路径文件是否存在
作者: Demon
链接: https://demon.tw/programming/pathfileexists.html
版权: 本博客的所有文章,都遵守“署名-非商业性使用-相同方式共享 2.5 中国大陆”协议条款。
PathFileExists函数判断文件系统中的文件或者文件夹是否存在。
BOOL PathFileExists( __in LPCTSTR pszPath );
pszPath为指向需要测试路径的字符串指针,如果路径存在PathFileExists函数返回TRUE,否则返回FALSE。
赞赏微信赞赏支付宝赞赏
随机文章: