File::rename
- Added a rename method to permit safe file writes.
This commit is contained in:
@@ -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&);
|
||||
|
||||
Reference in New Issue
Block a user