Formal Review of std.process
Andrej Mitrovic
andrej.mitrovich at gmail.com
Thu Apr 4 09:50:01 PDT 2013
On 4/4/13, Jesse Phillips <Jesse.K.Phillips+D at gmail.com> wrote:
> Source:
> https://github.com/kyllingstad/phobos/blob/std-process2/std/process2.d
Dead link.
> Docs:
> http://www.kyllingen.net/code/std-process2/phobos-prerelease/std_process.html
<quote>
Unless a directory is specified in args[0] or program, spawnProcess
will search for the program in the directories listed in the PATH
environment variable. To run an executable in the current directory,
use "./executable_name".
</quote>
This does not apply for Windows, so it should state that.
More information about the Digitalmars-d
mailing list