static File conceptsDir(Concepts cc default db_mainConcepts()) { ret cc.conceptsDir(); } static File conceptsDir(Concepts cc default db_mainConcepts(), S subName) { ret newFile(conceptsDir(cc), subName); }