Add VM: if there's a space (" ") character in Settings / Path (or the VM name), MacBox uses "%20" instead of " "
- In MacBox / Settings..., change "Path" -> /Users/username/Application Support/MacBox
- Press "+" (Add VM) (Create a new VM)
- Name: "A B"
- Click "Add"
- Right click "A B", Show in Finder
Expected: VM in "/Users/username/Application Support/MacBox/A B"
What happens: VM in "/Users/username/Application%20Support/MacBox/A%20B"