Long File path Exception:The system cannot find the path specified

Moritz Maxeiner via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Wed Aug 23 06:14:31 PDT 2017


On Wednesday, 23 August 2017 at 13:04:28 UTC, Vino.B wrote:
>
> The line it complains is 
> std.file.FileException at std\file.d(3713):even after enabling 
> debug it points to the same
>
> Output:
> D:\DScript>rdmd -debug Test.d -r  dryrun
>
> std.file.FileException at std\file.d(3713): 
> N:\PROD_TEAM\TST_BACKUP\abcyf0\TST_BATS\j2ee_backup\cluster\states0\apps\bat.com\tc~bat~agent~application~e2emai~std~collectors\servlet_jsp\tc~bat~agent~application~e2emai~std~collectors\root\WEB-INF\entities\DataCollectionPushFileContentScannerTypeBuilder: The system cannot find the path specified.
> ----------------
> 0x00431A56
> 0x00429801

You need to compile with debug info (option `-g`), not compile in 
debug code (option `-debug`).
What's the (full) stack trace when compiling with debug info?


More information about the Digitalmars-d-learn mailing list