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

Reply via email to