| Return Type | Function name | Arguments |
|---|---|---|
| bool | hzDirent::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 ; }