Skip to content

File SystemUtils.h

FileList > src > utils > SystemUtils.h

Go to the source code of this file

  • #include <cstdio>
  • #include <iostream>
  • #include <memory>
  • #include <stdexcept>
  • #include <string>
  • #include <array>

Public Functions

Type Name
std::string ExecuteSystemCommand (const char * cmd)
Execute a system command and return the output as a string.

Public Functions Documentation

function ExecuteSystemCommand

Execute a system command and return the output as a string.

std::string ExecuteSystemCommand (
    const char * cmd
) 

Parameters:

  • cmd The command to execute

Returns:

std::string The output of the command



The documentation for this class was generated from the following file src/utils/SystemUtils.h