File or folder selection dialog

The best I could do was making an improvement to the FileTree class: File Explorer Tree Generator for local files - #7 by luuk

This way, the user experience could be ‘okay’ in thet limits of the folder set by INITIAL_FOLDER.

I did not like to use the file dialogs by QT or TKinter, as it was slow (perhaps because of escaping the main thread).