| 8 | } |
| 9 | |
| 10 | std::string Nuake::ResourceFile::GetRelativePath() |
| 11 | { |
| 12 | if (Exist()) |
| 13 | { |
| 14 | return file->GetRelativePath(); |
| 15 | } |
| 16 | |
| 17 | return ""; |
| 18 | } |
| 19 | |
| 20 | std::string Nuake::ResourceFile::GetAbsolutePath() |
| 21 | { |
no outgoing calls
no test coverage detected