|
CARDS 2.4.140
Package manager for the NuTyX GNU/Linux distribution
|
#include <libcards.h>
Public Member Functions | |
| process (const std::string &app, const std::string &args, int fileDescriptorLog=0) | |
| void | execute (const std::string &app, const std::string &arguments, int fileDescriptorLog=0) |
| int | execute () |
| int | executeShell () |
| std::string | name () |
| std::string | args () |
| process (const std::string &app, const std::string &args, int fileDescriptorLog=0) | |
| void | execute (const std::string &app, const std::string &arguments, int fileDescriptorLog=0) |
| int | execute () |
| int | executeShell () |
| std::string | name () |
| std::string | args () |
To execute a process Arguments:
| string process::args | ( | ) |
return the arguments of the application
| std::string process::args | ( | ) |
return the arguments of the application
| int process::execute | ( | ) |
execute the process return the exit status of the application
| int process::execute | ( | ) |
execute the process return the exit status of the application
| int process::executeShell | ( | ) |
execute the process using the shell return the exit status of the application
| int process::executeShell | ( | ) |
execute the process using the shell return the exit status of the application
| string process::name | ( | ) |
return the name of the application
| std::string process::name | ( | ) |
return the name of the application