Is there such a thing as an OpenFolderDialog in VB.NET?

I know there is an OpenFileDialog and a SaveFileDialog, but how do you get the user to select a folder? For example, say you wanted the user to select a folder where the app would save it's log files to. I can't seem to find any examples of people doing that.