wabbajack-tools / wabbajack

An automated Modlist installer for various games.
https://www.wabbajack.org/
Other
737 stars 138 forks source link

Use the default file manager when opening a folder. #2592

Closed AidanMaskelyne closed 2 months ago

AidanMaskelyne commented 3 months ago

Before, WJ manually ran explorer.exe, so I've just changed the OpenFolder method to use the default Windows file manager. There can be some edge cases where a file might have the same name as a folder, so I checked and added a \ at the end to remove the possibility of opening/running a file instead of a folder.