I think another useful feature for the toolbar would be a button (or menu item) that will open a new Windows Explorer window in the folder currently being browsed.
In my opinion, a flexible solution would be to allow arbitrary commands (programs) to be executed from the favorites menu.
You could then use explorer.exe (or any other filemanager) as a command and give it the current directory as a commandline parameter, e.g.
explorer.exe $CURRENTDIR
Where $CURRENTDIR would be replaced by FF with the current directory path.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=1779395
Originator: NO
In my opinion, a flexible solution would be to allow arbitrary commands (programs) to be executed from the favorites menu.
You could then use explorer.exe (or any other filemanager) as a command and give it the current directory as a commandline parameter, e.g.
explorer.exe $CURRENTDIR
Where $CURRENTDIR would be replaced by FF with the current directory path.