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