get a child as a file
File childFile(Directory dir, String sub) { return dir.fs.file(dir.fs.path.join(dir.path, sub)); }