g4tools
5.4.0
|
#include <string>
#include <unistd.h>
#include <cstdlib>
#include <sys/stat.h>
Go to the source code of this file.
Namespaces | |
tools | |
inlined C code : /////////////////////////////////// | |
tools::dir | |
Macros | |
#define | tools_sys_dir |
Functions | |
bool | tools::dir::pwd (std::string &a_pwd) |
bool | tools::dir::cd (const std::string &a_path) |
bool | tools::dir::create (const std::string &a_name) |
bool | tools::dir::home (std::string &a_s) |
bool | tools::dir::cd_home () |
bool | tools::dir::in_fs (const std::string &a_path) |
bool | tools::dir::is_a (const std::string &a_path, bool &a_value) |
bool | tools::dir::is_a (const std::string &a_path) |
bool | tools::dir::is_dot (const std::string &a_path) |
bool | tools::dir::mkdir (const std::string &a_name) |
bool | tools::dir::mkcd (const std::string &a_name) |