So I want to open up a folder using c++. For example:
I open the program, a new window pops up and that window is a folder call, lets
say: C:\php And then the program closes but the folder stays open, is this possible? Thanks!
-Nile
Please help!!!
Since you want a new "window" i am guessing you want a dialog with the file open or a main window with the contents of a folder.
You will need an API for that, since its GUI application.