|
Utopia 2
Framework for studying models of complex & adaptive systems.
|
#include <cstdlib>#include <filesystem>#include <string>#include "../core/exceptions.hh"#include "../core/types.hh"#include "cfg_utils.hh"

Go to the source code of this file.
Namespaces | |
| namespace | Utopia |
| namespace | Utopia::DataIO |
Functions | |
| std::string | Utopia::DataIO::expanduser (const std::string &path) |
Expands a path with a leading ~ character into an absolute path. | |
| std::string | Utopia::DataIO::get_abs_filepath (const Config &cfg) |
| Extracts an absolute file path from a configuration. | |