public static String getHome() {
   return Places.getUserDirectory().getAbsolutePath();
 }
Example #2
0
 public static File getCacheStore() throws IOException {
   return Places.getCacheSubdirectory("welcome"); // NOI18N
 }