Skip to content

Windows paths starting with \\?\<Drive Letter> do not work #132

@MolotovCherry

Description

@MolotovCherry

If you have a path C:\foo*, it works, but if you have a path with \\?\C:\foo*, it doesn't return anything. The \\?\ is a valid path and works in other parts of the Rust std library.

Workaround for now:
Strip \\?\ from the beginning of the path

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions