refactor(path): Use 'Convert-Path()' instead of 'Resolve-Path()'#5109
refactor(path): Use 'Convert-Path()' instead of 'Resolve-Path()'#5109
Conversation
1fd5b56 to
4646ec8
Compare
|
Any comments here, guys? |
|
Are there any bugs we're facing with Resolve-Path? I don't see a reason to change what's already working. |
|
As what I said, And there is another benefit here,
So it is a 'refactor' |
Not really. That example is specific to
Yeah, that's the one important difference between these two cmdlets. The other important difference is that |
Description
Use
Convert-Path()instead ofResolve-Path()while the latter will resolve the wildcard characters in a path (we just want to convert a path from a PowerShell path to a PowerShell provider path or expand a path)Motivation and Context
None
How Has This Been Tested?
Internal tests passed, all functions should work well, and more tests should be made.
Checklist:
developbranch.