Java has JFileChooser.FILES_AND_DIRECTORIES so the user can select a file or folder..NET WinForms has OpenFileDialog for files and FolderBrowserDialog for folders. Does .NET have any component that can resolve either?
JFileChooser.FILES_AND_DIRECTORIES
OpenFileDialog
FolderBrowserDialog
.NET does not have such a component.
However, you can try the following:
Select a file or folder from the same dialog box.
Source: https://habr.com/ru/post/1301876/More articles:Deploying WCF for IIS 6 Results in 403 Resolution Error - iisDetect if a window has a scrollbar in IE using javascript (window.open) - javascriptDoes Android launch media player for video from web view? - androidMultiple MySQL counts in one query - sqlDoes VS Express have everything I need? - visual-studioStore array in SQL Server 2008 - c #checking if a function is part of / which toolbar - matlabCreate an instance of a class from a string - reflectionAligning the character at the top of adjacent letters - htmlAPI for Apple mail.app? Not publicly? - emailAll Articles