File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments