Skip to content

Commit 725164f

Browse files
committed
Fix windows Folder.appData and Folder.userData paths
1 parent 66a1264 commit 725164f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/file-system-access/folder-object.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@ instance to access them.
4747
``appData`` Folder A Folder object for the folder that contains application data for all users. Read
4848
only.
4949

50-
- In Windows, the value of ``%APPDATA%`` (by default, ``C:\Documents and
51-
Settings\All Users\Application Data``)
50+
- In Windows, the value of ``%PROGRAMDATA%`` (by default, ``C:\ProgramData``)
5251
- In Mac OS, ``/Library/Application Support``
5352

5453
``appPackage`` String The Folder object for the folder that contains the bundle of the
@@ -94,8 +93,7 @@ instance to access them.
9493
``userData`` Folder A Folder object for the folder that contains application data for the current
9594
user. Read only.
9695

97-
- In Windows, the value of %USERDATA% (by default, ``C:\Documents and
98-
Settings\username\Application Data``)
96+
- In Windows, the value of %APPDATA% (by default, ``C:\Users\[username]\Appdata\Roaming``)
9997
- In Mac OS, ``~/Library/Application Support``
10098
=============== ======= =========================================================================================
10199

0 commit comments

Comments
 (0)