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