--------------------------------- Entry::GetName Get the name of an entry including its path
| 81 | // Get the name of an entry including its path |
| 82 | // |
| 83 | std::string Entry::GetName() const |
| 84 | { |
| 85 | return GetPath() + m_Filename; |
| 86 | } |
| 87 | |
| 88 | //--------------------------------- |
| 89 | // Entry::GetExtension |
no outgoing calls
no test coverage detected