Returns metadata for the addressed path without following symlinks.
@override Future<Result<FileInfo, FileError>> fileInfo(String path) => _fs.fileInfo(path);