You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix three bad Split-Path uses that don't work right with -LiteralPath.
This cmdlet couldn't suck any more than it already does... There's zero reason why parameters like `-Parent` and `-Leaf` are gated only to the `-Path` input, but they are and we have to deal with that. Use .NET's `Path.GetFileName()` static method instead, which would be more performant in any case.
0 commit comments