Skip to content

Commit ae8457f

Browse files
author
Michael Hoffman
committed
Gathered recommendations for location in a section
1 parent 87c7f8b commit ae8457f

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

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

Lines changed: 10 additions & 3 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,9 +26,16 @@ 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

31-
Avoid storing user settings on a network drive. This can result in slowdowns, crashes, or loss of data.
3239

3340
<!-- ====================================================================== -->
3441
## What kind of data is stored in the UDF

0 commit comments

Comments
 (0)