Describe the bug
The CAB save path is set to be within system32 when Studio is opened via Windows search (as opposed to being run from explorer). This is due to a relative path being passed internally and the application's CWD being dependent on how the software is run.
To Reproduce
Steps to reproduce the behavior:
- Run Studio from Windows search
- Try and open/save a CAB map
- Get a permissions error in the console.
Expected behavior
CAB maps should be saved within <install_dir>\Maps
Describe the bug
The CAB save path is set to be within system32 when Studio is opened via Windows search (as opposed to being run from explorer). This is due to a relative path being passed internally and the application's CWD being dependent on how the software is run.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
CAB maps should be saved within
<install_dir>\Maps