https://issues.dlang.org/show_bug.cgi?id=15915

Steven Schveighoffer <schvei...@yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |schvei...@yahoo.com
         Resolution|---                         |INVALID

--- Comment #2 from Steven Schveighoffer <schvei...@yahoo.com> ---
You are misunderstanding what workDir is.

>From the documentation:

"The working directory for the new process. By default the child process
inherits the parent's working directory."

In other words, this is the directory the process is started in, not the
directory to look for an executable.

--

Reply via email to