Return Type | Function name | Arguments |
---|---|---|
const hzString | hzDirent::Path | (void) |
Declared in file: hzDirectory.h
Defined in file : hzDirectory.cpp
Function Logic:
Function body:
const hzString hzDirent::Path (void) { if (ISDIR(m_Mode)) return m_Name ; return m_parent ; }