How to call external program in D

Sparsh Mittal sparsh0mittal at gmail.com
Fri Nov 16 11:15:08 PST 2012


I am new to D.

Can you please tell, how to call external program in D.

Example: in C, one can do this: 
http://stackoverflow.com/questions/43116/how-can-i-run-an-external-program-from-c-and-parse-its-output


I want to call an external program (e.g. ls or date) in D.


Thanks


More information about the Digitalmars-d-learn mailing list