Functions | |
| template<typename TString = std::wstring_view> | |
| bool | Start (const std::filesystem::path &in_rPath, const std::vector< TString > &in_rArgs, std::optional< std::filesystem::path > in_work) |
|
inline |
Starts a process.
| in_rPath | The path to the executable to start. |
| in_rArgs | The command line arguments to pass into the process. |
| in_work | The working directory of the process. |