Creates hard link.
@override void linkSync(String target, String path) { Link(path).createSync(target); }