bool checkAnyFile({required String fileName, required String path}) { return File('$path$fileName').existsSync(); }