Skip to content

Commit 9e57f41

Browse files
author
Michael Hoffman
authored
Merge pull request #2144 from MicrosoftDocs/user/monicach/AddWVNetworkShareWarning
Add network warning message
2 parents ec24080 + ae8457f commit 9e57f41

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

microsoft-edge/webview2/concepts/user-data-folder.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: msedgedevrel
66
ms.topic: conceptual
77
ms.prod: microsoft-edge
88
ms.technology: webview
9-
ms.date: 04/27/2022
9+
ms.date: 08/31/2022
1010
---
1111
# Manage user data folders
1212
<!-- # old title: Manage the user data folder -->
@@ -26,7 +26,15 @@ The user data folder (UDF) is a folder stored on the user's machine, that contai
2626

2727
WebView2 creates the UDF in the default location for the platform, or in the custom UDF location that your host app explicitly specifies.
2828

29-
By default, WebView2 creates a UDF in the default location for the particular platform. This works well on some platforms, but not others. If your app has specific needs, you can specify a custom UDF location. Make sure that the custom UDF location that you specify has appropriate Read/Write permissions for the WebView2 app runtime.
29+
By default, WebView2 creates a UDF in the default location for the particular platform. This works well on some platforms, but not others. If your app has specific needs, you can specify a custom UDF location.
30+
31+
#### Suitable custom UDF locations
32+
33+
If you specify a custom UDF location, it should meet the following requirements:
34+
35+
* The custom UDF location must have appropriate Read/Write permissions for the WebView2 app runtime.
36+
37+
* Avoid storing user settings on a network drive. This can result in slowdowns, crashes, or loss of data.
3038

3139

3240
<!-- ====================================================================== -->

0 commit comments

Comments
 (0)