Searched refs:USERHOME (Results 1 – 1 of 1) sorted by relevance
57 private static final String USERHOME = System.getProperty("user.home"); field in OpenOffice59 … System.getenv("APPDATA") : SystemUtil.isMac() ? USERHOME + "/Library/Application Support" : USER…