Select either a file or folder from the same dialog in .NET

后端 未结 10 2048
别跟我提以往
别跟我提以往 2020-12-01 10:14

Is there an \"easy\" way to select either a file OR a folder from the same dialog?

In many apps I create I allow for both files or folders as input. Until now i alwa

10条回答
  •  执笔经年
    2020-12-01 11:12

    The Ookii Dialogs implement a folder browser dialog that allow for both files or folders as input, and is available for Windows Forms and WPF.

    Ookii.Dialogs.Wpf

    https://github.com/augustoproiete/ookii-dialogs-wpf


    Ookii.Dialogs.WinForms

    https://github.com/augustoproiete/ookii-dialogs-winforms

提交回复
热议问题