Return TypeFunction nameArguments
boolhzDirent::IsCreate(void)

Declared and defined in file: hzDirectory.h

Function Logic:

Function body:

bool hzDirent::IsCreate (void)
                               { return m_Status & FSI_CREATE ? true : false ; }