|
SOMHunter Core
|
#include <filesystem>

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) |