[Issue 11363] std.process should offer a way to run a executable with a given working directory
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Tue Sep 9 06:58:44 PDT 2014
https://issues.dlang.org/show_bug.cgi?id=11363
Ketmar Dark <ketmar at ketmar.no-ip.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ketmar at ketmar.no-ip.org
--- Comment #3 from Ketmar Dark <ketmar at ketmar.no-ip.org> ---
(In reply to Sobirari Muhomori from comment #2)
> workDirFD = open(toStringz(workDir), O_RDONLY);
> How this behaves if workDir is not null, but empty?
workDirFD will be "-1" (i.e. open() fails).
--
More information about the Digitalmars-d-bugs
mailing list