hello so i wanted to open a folder using c++, i found a post already but that didn't work, it would just open documents instead of the folder i wanted.
the code: system("explorer C:\ProgramData\Microsoft\Windows\Start Menu\Programs\StartUp");
if anybody can help me with opening this folder using c++ thx.
-gameplanetworld
hello so i wanted to open a folder using c++, i found a post already but that didn't work, it would just open documents instead of the folder i wanted.
the code: system("explorer C:\ProgramData\Microsoft\Windows\Start Menu\Programs\StartUp");
if anybody can help me with opening this folder using c++ thx.
-gameplanetworld
GUI interfaces can also "open" a folder, which really, as above, is just a graphical way to list the contents, along with the interface to open sub folders or files contained inside them.
nothing.
its how you interpret "if anybody can help me with opening this folder using c++ thx."
if you read that as "how to fix the system call" then maybe its a windows topic. If you read it as how to get at the folder in c++, its generic?