A bit of an edge case, but noticed this when looking at https://github.com/JuliaLang/julia/issues/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" ```