static bool fileExists({final String rootFolder = '.'}) { final file = File(join(rootFolder, fileName)); return file.existsSync(); }