Teleportation in editor
This commit is contained in:
@@ -65,8 +65,6 @@ bool FSLib::isDirectory(const string &path) {
|
||||
}
|
||||
|
||||
bool FSLib::rename(const string &file_a, const string &file_b) {
|
||||
// TODO log
|
||||
std::cout << file_a << " -> " << file_b << std::endl;
|
||||
return ::rename(file_a.c_str(), file_b.c_str()) == 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user