| 80 | T_enIDType IDType() const { return m_enIDType; }; |
| 81 | const tstring& ID() const { return m_strID; }; |
| 82 | bool IsDot() const { return m_strName==_T(".") || m_strName==_T(".."); }; |
| 83 | #ifdef _DEBUG |
| 84 | const tstring& MTimeStr() const { return m_strMTime; }; |
| 85 | #endif |
nothing calls this directly
no outgoing calls
no test coverage detected