String path = System.getProperty("idea.config.path");
方法中使用actionPerformed
,然后我得到了null .. C:\Users\myusername\.IntelliJIdea2017.1\system\plugins-sandbox
System.getProperties().store(new FileWriter(new File("C:/temp/a.txt")), "");
将所有属性放入文件中,"idea.config.path"
文件中确实不存在a.txt
属性答案 0 :(得分:1)
com.intellij.openapi.application.PathManager#getConfigPath