|
inlib
1.2.0
|
#include "file"#include "system"#include "smanip"#include "vmanip"#include "sep"#include "sys/dir"

Go to the source code of this file.
Namespaces | |
| namespace | inlib |
manipulations that induces other includes : /////////// | |
Defines | |
| #define | inlib_fmanip |
Functions | |
| bool | inlib::find_with_dirs (std::ostream &a_out, const std::string &a_dirs, const std::string &a_file, std::string &a_path, bool a_verbose=false) |
| bool | inlib::find_with_path (std::ostream &a_out, const std::string &a_env, const std::string &a_file, std::string &a_path, bool a_verbose=false) |
| bool | inlib::get_files (std::ostream &a_out, const std::string &a_dirs, const std::string &a_exts, std::vector< std::string > &a_paths) |
| bool | inlib::mkdirs (std::ostream &a_out, const std::string &a_path, bool a_cd=false) |
1.7.5.1