Skip to content

Commit

Permalink
add escape \ for the delimiter (#2095)
Browse files Browse the repository at this point in the history
  • Loading branch information
johntiger1 authored and Sean Wheeler committed Feb 2, 2018
1 parent 5fc4d31 commit f6ecc1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reference/5.1/Microsoft.PowerShell.Management/Join-Path.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ PS C:\> Join-Path -Path "C:\win*" -ChildPath "System*"
```

This command uses **Join-Path** to combine the C:\Win* path with the System* child path.
The Windows PowerShell file system provider, FileSystem joins the path and adds the "\" delimiter.
The Windows PowerShell file system provider, FileSystem joins the path and adds the "\\" delimiter.

### Example 2: Display files and folders by joining a path with a child path
```
Expand Down

0 comments on commit f6ecc1b

Please sign in to comment.