Search code examples
c#special-foldersfolderbrowserdialog

c# - folderBrowserDialog1 and Network Drive


Is there anyway to set the folderBrowserDialog to start in a set folder on a network drive? I know it takes Environment.SpecialFolders but I'm not seeing what I need in there...


Solution

  • Set SelectedPath to a path on the network.

    I don't think it's possible to a folder picker rooted to a network path.