A tiny mod that fixes open folder from World Edit screen or Selected Resource Pack screen.
What does this fix?
Minecraft opens folders on Windows using Runtime.exec(String), which splits commands on spaces only and ignores quotes. Which leads Windows cannot finds it folder path to open.
The fix is simply use Desktop.getDesktop().open() to open folder at the absolute path.