Check File exists
Future<bool> ckFileExists(String path, String filename) async { return await File("$path/$filename").exists(); }