| 126 | } |
| 127 | |
| 128 | std::string FileInfo::extension() const { |
| 129 | return internal::GetAbstractPathExtension(path_); |
| 130 | } |
| 131 | |
| 132 | ////////////////////////////////////////////////////////////////////////// |
| 133 | // FileSystem default method implementations |
no test coverage detected