File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -91,12 +91,12 @@ def user_data_dir(appname, roaming=False):
9191 if it exists, else ~/.config/<AppName>
9292 Unix: ~/.local/share/<AppName> # or in
9393 $XDG_DATA_HOME, if defined
94- Win XP (not roaming): C:\Documents and Settings\<username>\ ...
95- ...Application Data\<AppName>
96- Win XP (roaming): C:\Documents and Settings\<username>\Local ...
97- ...Settings\Application Data\<AppName>
98- Win 7 (not roaming): C:\\ Users\<username>\AppData\Local\<AppName>
99- Win 7 (roaming): C:\\ Users\<username>\AppData\Roaming\<AppName>
94+ Win XP (not roaming): C:\\ Documents and Settings\\ <username>\ \ ...
95+ ...Application Data\\ <AppName>
96+ Win XP (roaming): C:\\ Documents and Settings\\ <username>\ \ Local ...
97+ ...Settings\\ Application Data\ \ <AppName>
98+ Win 7 (not roaming): C:\\ Users\\ <username>\\ AppData\\ Local\ \ <AppName>
99+ Win 7 (roaming): C:\\ Users\\ <username>\\ AppData\\ \ Roaming\ \ <AppName>
100100
101101 For Unix, we follow the XDG spec and support $XDG_DATA_HOME.
102102 That means, by default '~/.local/share/<AppName>'.
You can’t perform that action at this time.
0 commit comments