Redirect stdout and stderr.

Artur Skawina art.08.09 at gmail.com
Tue Jul 3 11:38:57 PDT 2012


On 07/03/12 20:30, Tobias Pankrath wrote:
> Is it possible to redirect stdout in a way that all following calls to
> writeln etc just write to /dev/null or something similar?
         
   stdout.open(outfilename, "wt");

artur


More information about the Digitalmars-d-learn mailing list