amd989 / Symlinker

Symbolic Link Creator. GUI for mklink, Microsoft Windows symlink utility
http://amd989.github.io/Symlinker/
457 stars 37 forks source link

Browse for folder suggestion #19

Open h1nk opened 7 years ago

h1nk commented 7 years ago

Could you switch the explore button to use the bigger windows file explorer type of browser to select folder locations? The small tree view one isn't really doing it for me, it takes too long to open and expand all the directory structures which sometimes makes me rather just use the command line because it's quicker to copy the file paths from Windows explorer.

GenesisFR commented 6 years ago

Based on https://stackoverflow.com/questions/11624298/how-to-use-openfiledialog-to-select-a-folder, you have 4 ways of doing it, sorted by order of what I think would be the best:

I personally used the first solution and it worked great! I'll do a pull request this week-end to address this issue.