Open Level folder and Open Episode Folder commands stopped working
Alucard648 opened this issue · 2 comments
Which component?
Editor - Build date 18 Aug 2022
Describe the bug
File ->Open Level folder and File-> Open Episode Folder menu commands cease to open level`s respective folders in Windows Explorer.
To Reproduce
- Open a level with custom data in editor.
- File ->Open Level folder.
- No effect.
Expected behavior
A folder caontaining level should open in case of calling File-> Open Episode Folder and folder containing custom data used by level in case of calling File ->Open Level folder should be opened in Windows Explorer.
Screenshots
Not much to say.
Desktop specs (please complete the following information):
Windows 10
Okay, I made a fix that should work now. The reason for this is my attempt to fix the double-slash at path begin on UNIX-like operating systems, but, this broke work on Windows. So, I applied to use of the universal solution that should work everywhere normally without of ugly workarounds.
Fix works like magic.