Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backslashes are not correctly shown #10647

Open
crone66 opened this issue Nov 6, 2024 · 1 comment
Open

Backslashes are not correctly shown #10647

crone66 opened this issue Nov 6, 2024 · 1 comment
Labels
area-System.IO Pri3 Indicates issues/PRs that are low priority untriaged New issue has not been triaged by the area owner

Comments

@crone66
Copy link

crone66 commented Nov 6, 2024

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

@issues-automation issues-automation bot added the Pri3 Indicates issues/PRs that are low priority label Nov 6, 2024
@dotnet-policy-service dotnet-policy-service bot added the untriaged New issue has not been triaged by the area owner label Nov 6, 2024
Copy link
Contributor

Tagging subscribers to this area: @dotnet/area-system-io

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-System.IO Pri3 Indicates issues/PRs that are low priority untriaged New issue has not been triaged by the area owner
Projects
None yet
Development

No branches or pull requests

1 participant