Return TypeFunction nameArguments
boolhzDirent::IsDelete(void)

Declared and defined in file: hzDirectory.h

Function Logic:

Function body:

bool hzDirent::IsDelete (void)
                               { return m_Status & FSI_DELETE ? true : false ; }