Closed IISResetMe closed 4 years ago
Similar to PowerShell/PowerShell#12428
Since _currentLocationPath reflects the literal path currently set in the calling session, we should bind to LiteralPath to avoid path resolution issues with paths that might contain wildcard characters.
_currentLocationPath
LiteralPath
Thanks for the fix!
Similar to PowerShell/PowerShell#12428
Since
_currentLocationPath
reflects the literal path currently set in the calling session, we should bind toLiteralPath
to avoid path resolution issues with paths that might contain wildcard characters.