Is it possible to make FolderBrowserDialog display links to folders? For example, if I’m pointing it at my desktop which contains links to other folders, the FolderBrowserDialog will not show them.
Is it possible to make FolderBrowserDialog display links to folders? For example, if I’m
Share
Do you mean shortcuts to folders? The FolderBrowserDialog won’t display those because shortcuts are files and not folders and the FolderBrowserDialog only shows folders.