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