Check if directory exists
static Future<bool> directoryExists(String path) async { return await Directory(path).exists(); }