Skip to content

path/filepath: EvalSymlinks of a directory which is mapped from volumeID (instead of drive letter) does not work #39786

Closed
@jingxu97

Description

@jingxu97

What version of Go are you using (go version)?

go 1.13

$ go version

Does this issue reproduce with the latest release?

Not tested

What operating system and processor architecture are you using (go env)?

set GOHOSTARCH=amd64
set GOHOSTOS=windows
set GOOS=windows

go env Output
$ go env

What did you do?

Create a symlink from volume id
mklink /D \my\path \?\Volume{1b3b1146-4076-11e1-84aa-806e6f6e6963}\

Running filepath.EvalSymlinks against a symlink (\my\path) which is created from a volumeid returns the following error:

too many links!

What did you expect to see?

What did you see instead?

Metadata

Metadata

Assignees

No one assigned

    Labels

    FrozenDueToAgeNeedsFixThe path to resolution is known, but the work has not been done.OS-Windows

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions