Folder Dialog In MAUI for macOS

Dani_S 2,766 Reputation points
2022-05-01T08:41:18.473+00:00

Hi,
Is there implementation for folder dialog for macOS.
There is implementation for window : https://stackoverflow.com/questions/70999773/folder-picker-net-maui

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,942 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Rob Caplan - MSFT 5,422 Reputation points Microsoft Employee
    2022-05-02T03:20:56.427+00:00

    MAUI itself does not directly implement its own FolderPicker, but it provides access to the native API so you can call the native folder pickers.

    Gerald's blog and sample (referenced from his StackOverflow post that you linked) demonstrate this for both Windows and Mac.

    https://blog.verslu.is/maui/folder-picker-with-dotnet-maui/
    https://github.com/jfversluis/MauiFolderPickerSample