What is the best way to let the user select a subdirectory in C #?
For example, an application that allows the user to organize all saved html receipts. Most likely, he will want to be able to select the root subdirectory in which the program should search for saved web pages (receipts).
Duplicate:
source
share