SOMHunter Core
os-utils.hpp File Reference
#include <filesystem>
Include dependency graph for os-utils.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 osutils
 

Functions

void osutils::setup_terminal ()
 Setups the attached terminal accordingly. More...
 
void osutils::print_ISA_capibilites ()
 Prints available instruction set extensions (not working with MSVC). More...
 
void osutils::cd_back (std::size_t count=1)
 
void osutils::initialize_aplication ()
 Runs all initialization routines related to the OS. More...
 
bool osutils::file_exists (const std::string &filepath)
 
bool osutils::dir_exists (const std::string &path)
 
bool osutils::dir_create (const std::string &path)