How can we check if a file Exists or not using Win32 program?

后端 未结 7 1514
傲寒
傲寒 2020-11-27 05:16

How can we check if a file Exists or not using a Win32 program? I am working for a Windows Mobile App.

相关标签:
7条回答
  • 2020-11-27 06:11

    You can make use of the function GetFileAttributes. It returns 0xFFFFFFFF if the file does not exist.

    0 讨论(0)
提交回复
热议问题