Checks if the directory exists.
Future<bool> exists(String path) async => await directoryExists(path.replaceSeparator());