Create a link from the path to the target.
path
target
void newLink(String path, String target) { _ensureAbsoluteAndNormalized(path); _ensureAbsoluteAndNormalized(target); _pathToLinkedPath[path] = target; }