dotnet / dotnet/dotnet-api-docs
Backslashes are not correctly shown
Open
area-System.IO
Pri3
untriaged
- Dominant language
- C#
- Stars
- 949
- Forks
- 1.7k
- Avg merge
- 3d 27m
- Merged PRs (30d)
- 49
Description
### Type of issue
Other (describe below)
### Description
The documentation shows an invalid UNC path
`"\ComputerName\SharedFolder" (Windows: a UNC path).`
On the other hand the XML looks good.
` "\\\\ComputerName\\SharedFolder" (Windows: a UNC path).`
Probably some escaping issues? Probably an esay fix but I don't know how :).
### Page URL
https://learn.microsoft.com/en-us/dotnet/api/system.io.path.getpathroot?view=net-8.0
### Content source URL
https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System.IO/Path.xml
### Document Version Independent Id
d5479c65-09ad-ee9e-1581-528f4baa95d4
### Article author
@dotnet-bot
Contributor guide
Assessment
This issue has not been assessed yet.