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