Future<Directory> getDataDirectory(Config config) async { return _getOrThrow( fs.directory(config.build.dataDir), ); }