better solution

This commit is contained in:
Miroslav Stampar 2012-02-03 15:22:21 +00:00
parent f86c365694
commit 2136b3447d

View File

@ -44,7 +44,7 @@ class Miscellaneous:
if Backend.getOsVersion() == "2000":
conf.tmpPath = "C:/WINNT/Temp"
else:
conf.tmpPath = "C:/WINDOWS/Temp"
conf.tmpPath = "C:/Documents and Settings/All Users/Application Data/TEMP"
else:
conf.tmpPath = "/tmp"