Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Ticket #969 (closed defect: fixed)

Opened 16 years ago

Last modified 16 years ago

Environment.exePath output has 2 slash lines before filename.

Reported by: adel Assigned to: kris
Priority: minor Milestone: 0.99.6
Component: Tango Version: 0.99.5 Jascha
Keywords: Environment,exePath Cc:

Description

code:

Stdout.formatln("{}", Environment.exePath(args[0]).toString);

and output:

D:/saad/workspace/iwInstaller/src//iwinstaller.exe


Change History

03/15/08 19:32:33 changed by kris

  • status changed from new to closed.
  • resolution set to fixed.

(In [3361]) fixed #969 :: Environment.exePath output has 2 slash lines before filename

Thanks, adel