Skip to content

Path prefixed by \\.\ is not normalised on Windows #247

Open
@jasagredo

Description

I don't see this in the haddocks, is it expected?

ghci> System.FilePath.Windows.normalise "\\\\.\\C:/foo.txt"
"\\\\.\\C:/foo.txt"
ghci> System.FilePath.Windows.normalise "C:/foo.txt"
"C:\\foo.txt"

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