Terminal.Gui
1.0.0.0
Terminal.Gui.FileDialog
The save dialog provides an interactive dialog box for users to pick a file to
save.
To use it, create an instance of the SaveDialog, and then
call Application.Run on the resulting instance. This will run the dialog modally,
and when this returns, the FileName property will contain the selected value or
null if the user canceled.
Constructor
1.0.0.0
To be added.
To be added.
To be added.
To be added.
Property
1.0.0.0
NStack.ustring
Gets the name of the file the user selected for saving, or null
if the user canceled the dialog box.
The name of the file.
To be added.