Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 481 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 481 Bytes

Open Folder Library

This library simply encapsulates everything required to use the fancy Windows Folder Select dialog in WinForms. This came directly from a StackOverflow answer with minimal changes.

LICENSE

CC-BY-SA 4.0

In line with the license, the original code has been added to the repository as original.txt while the adapted code for .NET6 is in FolderPicker.cs file. Feel free to diff them to see what has changed.