标签: windows file-io path
我有一个使用_access的Windows应用程序来检查文件是否存在。它在%PATH%上,但_access报告该文件不存在。我是否认为它不是在搜索%PATH%?
_access
%PATH%
如果是这样,在%PATH%上检查文件存在的可接受方法是什么?
答案 0 :(得分:1)
我会使用PathFindOnPath,即described on MSDN here。
PathFindOnPath
从备注部分引用: