[Issue 17167] dmd fails to write to file or create directory with more than 248 characters in the path

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Dec 22 15:56:59 UTC 2017


https://issues.dlang.org/show_bug.cgi?id=17167

Vino <vino.bheeman at hotmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |vino.bheeman at hotmail.com

--- Comment #6 from Vino <vino.bheeman at hotmail.com> ---
While trying to find the size of a file which was residing in a path more than
300 character length we were getting the error : The system cannot find the
path nor the file exist , so does this fix resolve even this issue. In the
below example there are 50-60 sub folders.


auto SdFiles = Array!ulong(dirEntries("C:\\Test", SpanMode.depth).map!(a =>
a.size)).

From,
Vino.B

--


More information about the Digitalmars-d-bugs mailing list