AzerothCore 3.3.5a
OpenSource WoW Emulator
Loading...
Searching...
No Matches
StartProcess.h File Reference
#include "Define.h"
#include <future>
#include <memory>
#include <string>
#include <vector>

Go to the source code of this file.

Classes

class  Acore::AsyncProcessResult
 

Namespaces

namespace  Acore
 

Functions

int Acore::StartProcess (std::string const &executable, std::vector< std::string > const &args, std::string const &logger, std::string input_file, bool secure)
 
std::shared_ptr< AsyncProcessResult > Acore::StartAsyncProcess (std::string executable, std::vector< std::string > args, std::string logger, std::string input_file, bool secure)
 
std::string Acore::SearchExecutableInPath (std::string const &filename)