libcomcom_wrapper

Undocumented in source.

Members

Functions

_runCommand
string _runCommand(string file, const(char[][]) argv, char** childEnvp, char[] input, int timeout)
Undocumented in source. Be warned that the author may not have intended to support it.
libComComDestructor
void libComComDestructor()

Deinitialize libcomcom in the usual way. For advanced deinitialization use libcomcom_*() functions directly.

libComComInitializer
void libComComInitializer()

Initialize libcomcom in the usual way. For advanced initialization use libcomcom_init_*() functions directly.

runCommand
string runCommand(string file, const(char[][]) argv, char[] input, int timeout)

Run an OS command file with the given input and receive its output. This functions passes the environment variables without changes.

runCommandWithEnvironment
string runCommandWithEnvironment(string file, const(char[][]) argv, const(char[][]) envp, char[] input, int timeout)

Run an OS command file with the given input and receive its output. This functions allows to pass environment variables.

Meta