9 bool DoesFileExist(
const std::string& path);
10 bool HasExtension(
const std::string& path,
const std::string& extention);
11 uint64_t StartProcess(
const std::string& process_path,
const std::vector<std::string>& command_line);
12 bool IsProcessRunning(uint64_t process_id);
13 bool TerminateProcess(uint64_t process_id);
15 void SleepFor(
unsigned int ms);
17 std::string GetUserDirectory();
18 std::string GetLibraryMapsDirectory();
19 std::string GetGameMapsDirectory(
const std::string& process_path);
21 bool FindLatestExe(std::string& path);
22 bool FindBaseExe(std::string& path, uint32_t base_build);
Definition: sc2_action.h:9