Document change to Join-Path
for using array with -ChildPath
parameter.
#11590
Labels
area-management
Area - Microsoft.PowerShell.Management module
hold-for-pr
Waiting - for PR merge
hold-for-release
Waiting - for next release
issue-doc-idea
Issue - request for new content
Prerequisites
Get-Foo
cmdlet" instead of "New cmdlet."Summary
Allows user to give an array of child paths with
-ChildPath
. This avoids the extra usage with-AdditionalChildPath
which can be ignored and makes usage ofJoin-Path
easier.We can document that
-AdditionalChildPath
is no longer needed for joining long paths.Details
Example
Articles
Related Source Pull Requests
-ChildPath
parameter tostring[]
forJoin-Path
cmdlet PowerShell/PowerShell#24677Related Source Issues
The text was updated successfully, but these errors were encountered: