mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-07 22:58:34 +02:00
Enhancement
- Directory handling enhancements with Directory::cwd and Directory::up methods, with unit tests.
This commit is contained in:
parent
a9058612a7
commit
ddd7bc3f0a
3 changed files with 49 additions and 1 deletions
|
@ -49,6 +49,9 @@ public:
|
|||
std::vector <std::string> list ();
|
||||
std::vector <std::string> listRecursive ();
|
||||
|
||||
static std::string cwd ();
|
||||
bool up ();
|
||||
|
||||
private:
|
||||
void list (const std::string&, std::vector <std::string>&, bool);
|
||||
bool remove_directory (const std::string&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue