72737475767778798081
KongaPreferences prefs = root; for (String s : path) { if (ifExists && !prefs.hasChild(s)) { return null; } prefs = prefs.child(s); } return prefs; } }