Add support for selecting folder only save dialog #642

Closed
opened 2026-01-29 16:45:00 +00:00 by claunia · 1 comment
Owner

Originally created by @hexdump2002 on GitHub (Mar 18, 2021).

Electron has a property for showing folder only save dialogs: https://www.electronjs.org/docs/api/dialog#dialogshowopendialogbrowserwindow-options. It is called openDirectory.

Could it be added to the SaveDialogOptions that is used by ShowSaveDialogAsync?

Originally created by @hexdump2002 on GitHub (Mar 18, 2021). Electron has a property for showing folder only save dialogs: https://www.electronjs.org/docs/api/dialog#dialogshowopendialogbrowserwindow-options. It is called openDirectory. Could it be added to the SaveDialogOptions that is used by ShowSaveDialogAsync?
claunia added the Feature label 2026-01-29 16:45:01 +00:00
Author
Owner

@hexdump2002 commented on GitHub (Mar 18, 2021):

This is yet implemented. And can be achieved through the ShowOpendialogAsync options.

@hexdump2002 commented on GitHub (Mar 18, 2021): This is yet implemented. And can be achieved through the ShowOpendialogAsync options.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Electron.NET#642