Insider1984
Technical User
Here is what I have:
ShellExecute( 0, "open", Path2, NULL, Path2, SW_RESTORE );
Path2 is a valid char * and it's a valid path because I use Path2 as a place to save images to.
The intention of the code is to save images to the Path2 folder (working) and then open the folder in explorer (not working).
Path Reads:
Path2 0x011d27d4 "D:\\0411930D_NoQual\X009BMK"
Is the double \\ messing me up?
=====================
Insider
4 year 'on the fly' programmer
C++ Basic Java
ShellExecute( 0, "open", Path2, NULL, Path2, SW_RESTORE );
Path2 is a valid char * and it's a valid path because I use Path2 as a place to save images to.
The intention of the code is to save images to the Path2 folder (working) and then open the folder in explorer (not working).
Path Reads:
Path2 0x011d27d4 "D:\\0411930D_NoQual\X009BMK"
Is the double \\ messing me up?
=====================
Insider
4 year 'on the fly' programmer
C++ Basic Java