In my VBA application, there is a place that needs the user to specify a folder. I use SHBrowseForFolder API to bring out a dialog, so the user choose one.
Then one guy asks for a "new folder" button, so he can create a new folder and then select it.
Does any WIN API provide such a functionality?
thanks,
Then one guy asks for a "new folder" button, so he can create a new folder and then select it.
Does any WIN API provide such a functionality?
thanks,