static File imagesDir() { ret oneOfTheDirs(userDir("Pictures"), userDir("Bilder")); } static File imagesDir(S sub) { ret newFile(imagesDir(), sub); }