On some systems it seems to start very slow. On Windows it can take about 30s until you see something.
- show at least a startup message and then begin this time consuming action but don't let the user get the impression the app is hanging endlessly
- do this action in background (I mean: in a background thread), show the files and let the user already navigate, turn a wheel in a corner to show something is going on, you could also change the prompt while this action is still running
On some systems it seems to start very slow. On Windows it can take about 30s until you see something.