Skip to content

Commit

Permalink
img no single quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
SamErde committed Dec 9, 2024
1 parent 9c066b5 commit 8369990
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ You may not have realized that it supports wildcards in the parent and child pat
![A screen shot of PowerShell in Windows Terminal running the command 'Join-Path -Path "$Home\AppData\Local*" -ChildPath "Microsoft*" -Resolve'.](https://samerde.github.io/assets/img/content/Join-Path-Wildcards.png)

It can also accept multiple parent paths and return multiple resolved paths:
![A screen shot of PowerShell in Windows Terminal running an example of Join-Path with multiple parent paths.]('https://samerde.github.io/assets/img/content/Join-Path-Multiple-Parents.png')
![A screen shot of PowerShell in Windows Terminal running an example of Join-Path with multiple parent paths.](https://samerde.github.io/assets/img/content/Join-Path-Multiple-Parents.png)

The difference between Windows PowerShell and PowerShell becomes apparent when you want to join more than one child path. PowerShell added the **AditionalPath** parameter, which allows you to add virtually unlimited child paths like this:

Expand Down

0 comments on commit 8369990

Please sign in to comment.