Hi
I want to open the file that is in a place in my computer . I use this code but it doesn't open it . How can I open that file ?
Printable View
That is most likely because your path is not good, remember that you are still using C++ and \ is an escape character, so you need to double it in a string, try it like this:
Doesn't your compiler warn about unknown escape characters?