Return TypeFunction nameArguments
boolhzDirent::IsDir(void)

Declared and defined in file: hzDirectory.h

Function Logic:

Function body:

bool hzDirent::IsDir (void)
                                           { return ISDIR(m_Mode) ? true : false ; }