[Issue 17329] File.remove() has problems with long filenames (>128 bytes)

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Tue Apr 18 08:44:13 PDT 2017


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

--- Comment #2 from Rainer Koschnick <arkay at gmx.net> ---
Thanks for the hint, but it doesn't change anything.

Error:
\\?\0123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789.cbz:
The system cannot find the file specified.

Neither does...

Error:
.\0123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789.cbz:
The system cannot find the file specified.

Nor using a complete path...

Error:
D:\_Development_\D\cbc\0123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789.cbz:
The system cannot find the file specified.

--


More information about the Digitalmars-d-bugs mailing list