concept G22GalleryImage { File path; toString { ret /*"[" + id + "] " +*/ fileName(path); } bool imageExists() { ret fileExists(path); } }