Skip to content

Commit bb9d0bf

Browse files
authored
Merge pull request #2764 from MicrosoftDocs/user/mwinstanley/uwp_downloads_capabilities
Update UWP downloads notes
2 parents 6bd91e6 + e81a82d commit bb9d0bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

microsoft-edge/webview2/get-started/winui2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ Saving files via **Save As** is working and is enabled for WebView2 for UWP apps
343343

344344
If the host doesn't change the `ResultFilePath` of the downloaded file, the downloaded files will be downloaded to a subfolder with the app package's name in the `Downloads` folder.
345345

346-
If the host changes the `ResultFilePath` of the downloaded file, the file will only be downloaded if the app has access to that file path by default, regardless of the capabilities that are set. The `ResultFilePath` must be set to a location in the application install directory or in the application data locations.
346+
If the host changes the `ResultFilePath` of the downloaded file, the file will only be downloaded if the app has access to that file path by default. If you want to use a file location that the app doesn't have access to by default, you must set the corresponding capability. See [App capability declarations](/windows/uwp/packaging/app-capability-declarations) in the UWP documentation.
347347

348348
###### Downloads Hub
349349

0 commit comments

Comments
 (0)