it is instantiating a FolderBrowserDialog
then you are setting the RootFolder to start searching in
type this into your code editor (don't paste it) - make sure you have the period at the end. The reason you need to type it instead of pasting is as you type and then enter a period, you will see a list of all the properties, methods, objects you can use
you'll then see the different things for a FolderBrowserDialog. In this case we want to set the RootFolder
then when you type the =, you'll get a list of the Special Directories
Dim fbd As New FolderBrowserDialog
fbd.