Return a Link that corresponds to the given path.
Link
path
The path must be absolute and normalized.
A link may or may not exist at this location.
@override Link getLink(String path) { throw UnimplementedError(); }