| 195 | } |
| 196 | |
| 197 | Control ImplBase::ResolveRootRelative() |
| 198 | { |
| 199 | // This is a root-relative path. Resolve the root drive and restart. |
| 200 | P.replace(0, 2, this->GetWorkingDirectoryOnDrive(P[0])); |
| 201 | return Control::Restart(); |
| 202 | } |
| 203 | #endif |
| 204 | |
| 205 | cm::optional<std::string> ImplBase::ReadSymlink(std::string const& path, |
no test coverage detected