Prerequisites
Steps to reproduce
- Create a folder (e.g.
C:\temp\a b with a whitespace in it
- Open an executable (e.g. explorer.exe) on the path
PS C:\> explorer.exe 'C:\temp\a b\'
The above is what you get from TAB completion
See also e.g. #4358 for example with a custom exe
Expected behavior
explorer opens on correct path `C:\temp\a b`
Actual behavior
explorer opens on a default path e.g. `~\Documents`
Error details
Environment data
Name Value
---- -----
PSVersion 7.5.4
PSEdition Core
GitCommitId 7.5.4
OS Microsoft Windows 10.0.26100
Platform Win32NT
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0…}
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
WSManStackVersion 3.0
Visuals
No response
Prerequisites
Steps to reproduce
C:\temp\a bwith a whitespace in itThe above is what you get from TAB completion
See also e.g. #4358 for example with a custom exe
Expected behavior
explorer opens on correct path `C:\temp\a b`Actual behavior
explorer opens on a default path e.g. `~\Documents`Error details
Environment data
Visuals
No response