static File picturesDir() { ret userDir("Pictures"); } static File picturesDir(S sub) { ret newFile(picturesDir(), sub); }