-
-
Notifications
You must be signed in to change notification settings - Fork 359
Closed
Description
Feature Request
Currently, when using the Dialog method, we can use the DialogTypeEnum to determine if we want a dialog for:
- Message - a simple message
- Error - an error message
- Open - open a file
- Save - save a file
Well, it turns out that sometimes we want the user to also select a folder instead of a file. So I would like to propose a new DialogType:
- Folder - select a folder
User Story
As a user,
I want to be able to select a folder,
In order to select the destiny of a generated file, for example.
As a developer,
I want to be able to popup a Dialog to request a folder destiny to the user,
In order to get the path I should use as destiny of a generated file, for example.
(I'm no good at writing user stories, but well, I tried)
egauci