File open / save dialog
Panel - either path segment buttons or text editor line
Panel with buttons - path segments - for fast navigation to subdirs.
File dialog action codes
flags for file dialog options
sorting orders for file dialog items
filetype filter entry for FileDialog
Synopsis:
import dlangui.dialogs.filedlg; UIString caption = "Open File"d; auto dlg = new FileDialog(caption, window, FileDialogFlag.Open); dlg.show();
Boost License 1.0
Vadim Lopatin, 2014
This module contains FileDialog implementation.
Can show dialog for open / save.