| 153 | } |
| 154 | |
| 155 | bool chmod(const std::string &path, const std::string &mode) |
| 156 | { |
| 157 | return cs_system_impl::chmod_impl(path, cs_system_impl::parse_mode(mode)); |
| 158 | } |
| 159 | |
| 160 | bool move(const std::string &source, const std::string &dest) |
| 161 | { |
no test coverage detected