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

Vino <vino.bhee...@hotmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |vino.bhee...@hotmail.com

--- Comment #6 from Vino <vino.bhee...@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

--

Reply via email to