I'm very new at C++ and would like to know how I would change a directory via user input? This will be a Win32 Project and not a Win32 application.
I know I can use (as standard - and without user input) the chdir("\\dir"); - but how do I use this with user input?
Thanks in advance! :)