| 106 | */ |
| 107 | String GetNormalizedRight() const { return m_paths.GetRight(); } |
| 108 | String GetNormalizedPath(int nIndex) const { return m_paths.GetPath(nIndex, true); } |
| 109 | PathContext GetNormalizedPaths() const |
| 110 | { |
| 111 | PathContext paths; |
no test coverage detected