Return TypeFunction nameArguments
boolhzDirent::IsChanged(void)

Declared and defined in file: hzDirectory.h

Function Logic:

Function body:

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