OpenCog Framework
Branch: master, revision 6f0b7fc776b08468cf1b74aa9db028f387b4f0c0
|
#include <errno.h>
#include <stdio.h>
#include <string.h>
#include <boost/filesystem/operations.hpp>
#include <opencog/guile/SchemeEval.h>
#include <opencog/util/Config.h>
#include <opencog/util/files.h>
#include <opencog/util/Logger.h>
#include <opencog/util/misc.h>
Go to the source code of this file.
Namespaces | |
opencog | |
Functions | |
int | opencog::load_scm_file (AtomSpace &as, const std::string &filename) |
int | opencog::load_scm_file_relative (AtomSpace &as, const std::string &filename, std::vector< std::string > search_paths) |
void | opencog::load_scm_files_from_config (AtomSpace &atomSpace, std::vector< std::string > search_paths) |