static String _userHome; static String userHome() { if (_userHome == null) ret actualUserHome(); ret _userHome; } static File userHome(S path) { ret new File(userDir(), path); }