Is there an OpenFileOrFolderDialog object in .NET?

前端 未结 6 963
清酒与你
清酒与你 2021-01-12 08:36

Is it possible to use the OpenFileDialog class select a file OR folder? It appears only to allow the selection of a file, if you select a folder and then choose open it wil

6条回答
  •  一向
    一向 (楼主)
    2021-01-12 09:25

    This is the solution I have been looking for, this article provides code and describes how to create a dialog that meets my needs.

    CodeProject: Full Implementation of IShellBrowser

提交回复
热议问题