Function
CurrentPath
Source from the content-addressed store, hash-verified
| 113 | } |
| 114 | |
| 115 | agi::fs::path CurrentPath() { |
| 116 | return agi::fs::path(std::filesystem::current_path()); |
| 117 | } |
| 118 | |
| 119 | void CurrentPath(path const& path) { |
| 120 | std::filesystem::current_path(path); |