#include <basix/system.hpp>
#include <basix/vector_sort.hpp>
#include <stdlib.h>
#include <math.h>
#include <dirent.h>
#include <unistd.h>
Go to the source code of this file.
Classes
Namespaces
Defines
Functions
- bool var_load (const string &file_name, string &s)
- bool var_load (const string &file_path, const string &file_name, string &s)
- bool var_mkdir (const string &name)
- string get_env (const string &var)
- int system (const string &s)
- void init_system ()
- string user_dir ()
- string prefix_dir ()
- string sysconf_dir ()
- string load_path ()
- string eval_system (const string &s)
- string decode_name (const string &name)
- bool file_exists (const string &file_name)
- string canonical_name (const string &name)
- string path_name (const string &file_path, const string &file_name)
- bool file_is_script (const string &file_name)
- string get_directory (const string &name)
- string strip_directory (const string &name)
- string strip_extension (const string &name)
- string get_extension (const string &name)
- string relative_name (const string &base, const string &name)
- string resolve_name (const string &base, const string &name)
- static bool get_attributes (const string &name, struct stat *buf)
- bool file_test (const string &file_name, const string &attrs)
- double file_last_modified (const string &file_name)
- string follow_link (const string &name, const bool &recurse)
- bool file_is_file (const string &file_name)
- bool file_is_directory (const string &file_name)
- bool load (const string &file_name, string &s)
- bool load (const string &fp, const string &file_name, string &s)
- bool save (const string &file_name, const string &s)
- bool load_directory (const string &name, vector< string > &s)
- bool mkdir (const string &orig_name)
Variables
Define Documentation
#define USE_STANDARD_NEW_DELETE |