| Return Type | Function name | Arguments |
|---|---|---|
| uint32_t | hzFileset::TotalDirs | (void) |
Declared and defined in file: hzDirectory.h
Function Logic:
Function body:
uint32_t hzFileset::TotalDirs (void)
{ return m_dirs.Count() ; }