Skip to content

Commit 84cc598

Browse files
committed
oops
1 parent a69cbe7 commit 84cc598

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Common/Cpp/Filesystem.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,10 @@ inline void rename(const Path& old_path, const Path& new_path, std::error_code&
181181
std::filesystem::rename(old_path.stdpath(), new_path.stdpath(), ec);
182182
}
183183

184+
inline Path current_path(){
185+
return std::filesystem::current_path();
186+
}
187+
184188

185189

186190
}

0 commit comments

Comments
 (0)