Bug 249219. On windows, migrate .miCASA files to [homedir]\CASA.
This commit is contained in:
@@ -491,7 +491,7 @@ public class Common
|
||||
if (Common.IS_LINUX)
|
||||
return (config.GetConfigSetting(CONFIG_PERSISTENT_DIRECTORY, "/home/.casa/" + GetUserName()));
|
||||
else
|
||||
return (config.GetConfigSetting(CONFIG_PERSISTENT_DIRECTORY, GetUserHomeDir()));
|
||||
return (config.GetConfigSetting(CONFIG_PERSISTENT_DIRECTORY, GetUserHomeDir() + "\\CASA"));
|
||||
}
|
||||
|
||||
internal static void SetUserPersistentDir(Config config, string sNewDirectory)
|
||||
|
||||
Reference in New Issue
Block a user