Get key path
String keyPath(String key) { if (path == null) { setup(); } key = '${sanitizeFilename(key)}.boxx'; return '$path/$key'; }