FireCubeStudios / FireCubeStudios/Run
Opening an app using path in folder with space won't work without quoting
- Dominant language
- C#
- Stars
- 179
- Forks
- 13
- PR merge metrics
- No merged PRs in 30d
Description
Heya! I just recently discovered a path bug to run executable on folder with spaces. Basically the program said that it didn't find matching path unless you explicitly quote the path `"..."`. However, if we compare it with Microsoft's run context, it does run like what user expect.
If we remove executable name (for example: `GenshinImpact.exe`), it will successfully launch explorer with desired folder path instead.
## Screenshots

### Microsoft Run

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.