|
|
@ -403,9 +403,6 @@ public class DesignerEnvManager implements XMLReadable, XMLWriter { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
File envHome = new File(userHome + File.separator + "." + ProductConstants.APP_NAME + version); |
|
|
|
File envHome = new File(userHome + File.separator + "." + ProductConstants.APP_NAME + version); |
|
|
|
if (!envHome.exists()) { |
|
|
|
|
|
|
|
StableUtils.mkdirs(envHome); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
return envHome.getAbsolutePath(); |
|
|
|
return envHome.getAbsolutePath(); |
|
|
|
} |
|
|
|
} |
|
|
|