From 8cf5d260fdd2fbb98b5901078b82eb9a335790eb Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Wed, 14 Mar 2012 23:44:29 +0000 Subject: [PATCH] Application Data is not a temporary directory writable by everybody --- plugins/generic/misc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/generic/misc.py b/plugins/generic/misc.py index 4942270af..c070649eb 100644 --- a/plugins/generic/misc.py +++ b/plugins/generic/misc.py @@ -46,7 +46,7 @@ class Miscellaneous: if Backend.getOsVersion() in ("2000", "NT"): conf.tmpPath = "C:/WINNT/Temp" elif Backend.isOs("XP"): - conf.tmpPath = "C:/Documents and Settings/All Users/Application Data" + conf.tmpPath = "C:/Documents and Settings/All Users/Application Data/Temp" else: conf.tmpPath = "C:/Windows/Temp" else: