Returns a reference to a File at path.
path
path can be either a `String`, a `Uri`, or a `FileSystemEntity`.
`String`
`Uri`
`FileSystemEntity`
@override File file(dynamic path) => new _ChrootFile(this, getPath(path));