Revamped File Dialog to closely resemble Windows one.
Changelog
- 3 Different modes are supported currently.
OPENfor opening files,SAVEfor saving files anSELECTfor selecting a directory. - There is only a single function call now
showFileDialog(). ADialogModeenum is exposed (with values defined above) publicly which allows switching between different modes. - The selected file/folder name and the absolute path can be accessed separately through
selected_fnandselected_pathrespectively.