Returns whether a directory exists at path.
path
@override bool directoryExists(String path) => Directory(path).existsSync();