-2

I need a function in c++ to check if a given path/filename exists on the computer.

Can anyone help me?

npst
  • 136
  • 9
amirhbv
  • 17
  • 4
  • 2
    As in [C++: Which is the best method of checking for file existence on windows platform](http://stackoverflow.com/questions/4403986/c-which-is-the-best-method-of-checking-for-file-existence-on-windows-platform) ? – Alex K. Jan 29 '14 at 13:35

1 Answers1

0

This could be another possibilty besides the ones from the comments PathFileExists

okaerin
  • 789
  • 5
  • 23