diff options
author | Brecht Kuppens <brecht.kuppens@gmail.com> | 2023-07-02 22:25:17 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2023-08-28 12:46:50 +0200 |
commit | 5608b1d4117c4d7931905f8109d39cba6fa2128f (patch) | |
tree | 451c1b6f56f86088ed8dc6ff1a9f24e08bf72fc1 /modules/gdscript/gdscript_utility_functions.cpp | |
parent | f2acfb1ffc94d0e381064070108e7a773d86177d (diff) | |
download | redot-engine-5608b1d4117c4d7931905f8109d39cba6fa2128f.tar.gz |
Windows: Always double-quote path when launching explorer.exe to browse
Code now always double quotes the filename to use as command line
argument when calling explorer.exe. In particular, commas in a filename
would be interpreted by explorer.exe as separators for commands.
Similarly a trim_suffix for "file://" is assumed to be a mistake, this
could potentially be a PREfix that we want to strip, but never a suffix.
Since it didn't seem needed in the end, we removed it.
Diffstat (limited to 'modules/gdscript/gdscript_utility_functions.cpp')
0 files changed, 0 insertions, 0 deletions