-
Notifications
You must be signed in to change notification settings - Fork 17.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
os: MkdirAll fails on Windows with extended volume name syntax #39785
Labels
FrozenDueToAge
help wanted
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
OS-Windows
Milestone
Comments
cagedmantis
changed the title
os.MkdirAll fails on Windows with extended volume name syntax
os: MkdirAll fails on Windows with extended volume name syntax
Jun 23, 2020
cagedmantis
added
the
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
label
Jun 23, 2020
At first glance, it certainly seems related to #22230 |
Consider weighing in on #40104 to see issues like this finally be resolved once and forever. |
This was referenced Feb 11, 2021
Change https://go.dev/cl/517015 mentions this issue: |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
FrozenDueToAge
help wanted
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
OS-Windows
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes, the above is latest tip
What operating system and processor architecture are you using (
go env
)?Tested with Windows 10 with a binary cross compiled from Linux.
Here is
go env
from the Windows box (which isn't running go-tip as I don't know how to compile it on Windows!)go env
OutputWhat did you do?
I ran this program
With the extended volume name from
mountvol.exe
(runmountvol
to see the extended name for your disk)I ran
What did you expect to see?
I expected this to create the
go-test
directory onC:
What did you see instead?
Note that this succeeds if the directory already exists
This may be related to #22230
The text was updated successfully, but these errors were encountered: