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

后端 未结 7 1525
傲寒
傲寒 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:08

    Another option: 'PathFileExists'.

    But I'd probably go with GetFileAttributes.

提交回复
热议问题