I need some help on this. I need my user to be able to navigate the directorys and be able to choose one to select. Basically, I want to use the built in file picker for windows, but want to choose a folder/directory instead of a file. If there is a built in call for something like this I would love to use it. All I need the function to return is the path for the directory. I have all the rest of my code built, but I don't want the poor user to have to type in the directory. If i have to I could write a whole new function to do this, but it would probably be 10 times larger than the rest of the program.

Any help would be appreciated.

Thanks,

Matt