Function runCollect

Similar to run(), but (like std.process.executeShell) captures and returns

the output instead of displaying it.

Prototypes

string runCollect(
  string command
);

string runCollect(
  Path workingDirectory,
  string command
);

Authors

Nick Sabalausky

Copyright

Copyright (C) 2014-2017 Nick Sabalausky

License

zlib/libpng