I have learned C/C++ Basics and practiced , but I have hard time understanding Microsoft documentation and find it confusing Documention example
for example : I try to create command line program that should let the user open folder dialog and choose folder , as result the folders path should be stored in variable did research and found that there is many ways to achieve this goal but the best way is using IFileDialog::GetFolder method (shobjidl_core.h) what the difference between file dialogs?
The main question : How to get folders path as string variable based on user choice from file dialog?
There is c++ resources with practical tutorials ?
I try to understand how I use the following dialog : Folder dialog
it refernces me to: BROWSEINFOA structure
Would be very helpful if someone could explain how I can use this folder dialog or something better
any great tutorial of windows/linux file system handling