Skip to content

isAbsolute(r'\') should return false for Windows-style filesystem #544

Open
@aiurovet

Description

@aiurovet

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    package:pathtype-bugIncorrect behavior (everything from a crash to more subtle misbehavior)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions