[Issue 8967] dirEntries throws when encountering a "long path" on windows
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue Mar 18 16:14:52 PDT 2014
https://d.puremagic.com/issues/show_bug.cgi?id=8967
--- Comment #10 from Vladimir Panteleev <thecybershadow at gmail.com> 2014-03-19 01:14:47 EET ---
Just to clarify, there are two prefixes: "\\?\" and "\\.\". The latter is used
to access the Win32 device namespace, which is a fairly under-the-hood thing.
The only way I see how this applies to our problem is to not prepend "\\?\" if
the path already has a "\\.\" prefix.
--
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list