static File userDir() { return new File(userHome()); } static File userDir(S path) { return new File(userHome(), path); }