Closed WiIIiamWei closed 1 month ago
Fixes #906.
$dir is expanded using ExpandEnvironmentStrings if there is any environment variables.
$dir
ExpandEnvironmentStrings
Tested on my machine (Windows 11, PowerShell 5.1 build 22621) and it works fine.
As mentioned in the issue - this is a CMD.EXE feature, not a PowerShell feature.
Fixes #906.
$dir
is expanded usingExpandEnvironmentStrings
if there is any environment variables.Tested on my machine (Windows 11, PowerShell 5.1 build 22621) and it works fine.