|
inlib
1.2.0
|
#include <string>#include <vector>#include <cstdlib>#include <cstdio>#include <dirent.h>#include <unistd.h>#include <sys/stat.h>#include <ostream>

Go to the source code of this file.
Classes | |
| class | inlib::dir::visitor |
| class | inlib::dir::tree |
Namespaces | |
| namespace | inlib |
manipulations that induces other includes : /////////// | |
| namespace | inlib::dir |
Defines | |
| #define | inlib_sys_dir |
Functions | |
| bool | inlib::dir::pwd (std::string &a_pwd) |
| bool | inlib::dir::cd (const std::string &a_path) |
| bool | inlib::dir::create (const std::string &a_name) |
| std::string | inlib::dir::home () |
| bool | inlib::dir::cd_home () |
| bool | inlib::dir::in_fs (const std::string &a_path) |
| bool | inlib::dir::is_a (const std::string &a_path, bool &a_value) |
| bool | inlib::dir::is_dot (const std::string &a_path) |
| bool | inlib::dir::mkcd (const std::string &a_name) |
| bool | inlib::dir::is_empty (const std::string &a_path, bool &a_is_empty) |
| bool | inlib::dir::entries (const std::string &a_path, std::vector< std::string > &a_list, bool a_full_path=true) |
| bool | inlib::dir::is_an_entry (const std::string &a_path, const std::string &a_name, bool &a_found) |
| std::string | inlib::dir::path_base_name (const std::string &a_path) |
| bool | inlib::dir::rmdir (const std::string &a_path) |
1.7.5.1