io.cpp File Reference

CPP API: io.cpp File Reference
io.cpp File Reference
#include "memilio/io/io.h"
#include "memilio/utils/compiler_diagnostics.h"
#include "memilio/utils/logging.h"
#include <boost/filesystem.hpp>
Include dependency graph for io.cpp:

Namespaces

 mio
 A collection of classes to simplify handling of matrix shapes in meta programming.
 

Functions

IOResult< bool > mio::create_directory (std::string const &rel_path)
 Creates a directory in the file system. More...
 
IOResult< bool > mio::create_directory (std::string const &rel_path, std::string &abs_path)
 Creates a directory in the file system. More...
 
bool mio::file_exists (std::string const &rel_path, std::string &abs_path)
 Check if a file exists. More...
 
std::string mio::get_current_dir_name ()
 Returns the current working directory name. More...