using std.process

Philippe Sigaud philippe.sigaud at gmail.com
Fri Jun 11 12:09:04 PDT 2010


OK, this is a real newbie question:

How can I use std.process?

when I do:

import std.process;

void main() {
    execvp("mkdir", ["test"]);
}

nothing happens.

What am I doing wrong?
I'm on Vista there, didn't try the equivalent under Linux.


Philippe



More information about the Digitalmars-d-learn mailing list