File.popen

Detaches from the current file (throwing on failure), and then runs a command by calling the C standard library function _popen.

struct File
version(Posix)
@safe
void
popen
(
string command
,
scope const(char)[] stdioOpenmode = "r"
)

Throws

ErrnoException in case of error.

Meta