Directory joinDir(Directory dir, List<String> files) { final pathFragment = files.join(_sep); return Directory('${dir.path}$_sep$pathFragment'); }