Skip to content

abspath bug for relative directories #38491

Closed
@musm

Description

@musm

A bit of an edge case, but noticed this when looking at #23646

Assume the current directory is C:\Users\Mus\x

julia> abspath("C:x")
"C:\\Users\\Mus\\x"  # correct


julia> abspath("X:x")
"X:x"  # should be "X:\x"

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions