| Return Type | Function name | Arguments |
|---|---|---|
| bool | hzDirent::IsDir | (void) |
Declared and defined in file: hzDirectory.h
Function Logic:
Function body:
bool hzDirent::IsDir (void)
{ return ISDIR(m_Mode) ? true : false ; }