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