mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-04 05:34:51 +00:00
Add support for selecting folder only save dialog #642
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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?
@hexdump2002 commented on GitHub (Mar 18, 2021):
This is yet implemented. And can be achieved through the ShowOpendialogAsync options.