Open
Description
As per comment by @jamesderlin at https://github.com/google/file.dart/issues/198#issuecomment-1518274694 on the issue related to the file package,
The expectation is that _context.isAbsolute(path) logically implies that path includes style.drive as a prefix, which isn't true in this case. Seems like the fix for that might be more appropriate for package:path, but I'm reluctant to touch that because I'm not sure what changes are planned (or when) for v2.0 of that package.