Thread overview
[OT] Can someone close issue 8967 in https://issues.dlang.org/
Sep 14, 2022
Preetpal
Sep 17, 2022
Dukc
Sep 17, 2022
Preetpal
September 14, 2022

I encountered the same problem as in this issue. The fix was to use an application manifest file and declare the application as being long path aware (see another forum post). The issue should be closed IMO as dirEntries should throw an exception when your program encounters a long path while not being declared as long path aware (it would then match the behavior of std::filesystem:::recursive_directory_iterator when using Visual C++ which throw a runtime_error when it encounters a long path unless your program is declared to be long path aware in its manifest).

I am not able to create an account on the DLang's Issue Tracking System so I cannot post this there.

September 17, 2022

On Wednesday, 14 September 2022 at 02:30:21 UTC, Preetpal wrote:

>

I am not able to create an account on the DLang's Issue Tracking System so I cannot post this there.

As requested, closed as invalid.

September 17, 2022

On Saturday, 17 September 2022 at 16:56:55 UTC, Dukc wrote:

>

On Wednesday, 14 September 2022 at 02:30:21 UTC, Preetpal wrote:

>

I am not able to create an account on the DLang's Issue Tracking System so I cannot post this there.

As requested, closed as invalid.

Thanks!