Check folder exists
Future<bool> ckPathExists(String path) async { return await Directory(path).exists(); }