![]() |
Disk ARchive
2.5.2
Full featured and portable backup and archiving tool
|
#include <entrepot_local.hpp>
Inherits libdar::entrepot.
Public Member Functions | |
entrepot_local (const std::string &user, const std::string &group, bool x_furtive_mode) | |
entrepot_local (const entrepot_local &ref) | |
entrepot_local & | operator= (const entrepot_local &ref) |
std::string | get_url () const |
void | read_dir_reset () |
routines to read existing files in the current directory (see set_location() / set_root() methods) | |
bool | read_dir_next (std::string &filename) |
entrepot * | clone () const |
Protected Member Functions | |
fichier_global * | inherited_open (user_interaction &dialog, const std::string &filename, gf_mode mode, bool force_permission, U_I permission, bool fail_if_exists, bool erase) const |
void | inherited_unlink (const std::string &filename) const |
void | read_dir_flush () |
implementation for entrepot to access to local filesystem
entrepot_local generates objects of class "fichier_local" inherited class of fichier_global
Definition at line 63 of file entrepot_local.hpp.