Launches a child process that then shows a file browser, and then returns the users selection in the standard output.
- Host console app launches
- It spawns a child process and wires up to the standard out
- Child process launches an
OpenFileDialog
, prints file path to standard out - Host process reads standard out and prints file path to screen