Skip to content

Commit 9792abc

Browse files
Merge pull request #5167 from HO-COOH/patch-8
Update uri-schemes.md
2 parents b42d628 + 6726f2b commit 9792abc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

uwp/app-resources/uri-schemes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ The path component of `ms-appdata` is, like generic URIs, case sensitive. Howeve
180180
The normalized form of the URI maintains case, and percent-decodes (a "%" symbol followed by the two-digit hexadecimal representation) RFC 3986 unreserved characters. The characters "?", "#", "/", "*", and '"' (the double-quote character) must be percent-encoded in a path to represent data such as file or folder names. All percent-encoded characters are decoded before retrieval. Thus, to retrieve a local file named Hello#World.html, use this URI.
181181

182182
```xml
183-
ms-appdata://local/Hello%23World.html
183+
ms-appdata:///local/Hello%23World.html
184184
```
185185

186186
Retrieval of the resource, and identification of the top level path segment, are handled after normalization of dots (".././b/c"). Therefore, URIs cannot dot themselves out of one of the reserved folders. Thus, the following URI is not allowed.

0 commit comments

Comments
 (0)