FireCubeStudios / Run

WinUI 3 Run
https://www.microsoft.com/store/apps/9NQGV64S5136
MIT License
150 stars 10 forks source link

Opening an app using path in folder with space won't work without quoting #42

Open nattadasu opened 10 months ago

nattadasu commented 10 months ago

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

image

Microsoft Run

image

FireCubeStudios commented 10 months ago

interesting observation. thx for reporting