Returns a reference to a Link that exists as a child of this directory and has the specified basename.
Link
basename
@override Link childLink(String basename) => fs.link(p.join(path, basename));