mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-07 22:58:34 +02:00
File::rename
- Added a rename method to permit safe file writes.
This commit is contained in:
parent
d2f267a7da
commit
9fe9f96f8f
3 changed files with 36 additions and 1 deletions
|
@ -54,6 +54,7 @@ public:
|
|||
bool readable () const;
|
||||
bool writable () const;
|
||||
bool executable () const;
|
||||
bool rename (const std::string&);
|
||||
|
||||
// Statics
|
||||
static std::string expand (const std::string&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue