Defined in file: hzDirectory.h
Constructors/Detructors
hzFileset* | hzFileset | (void) | |
NULL-BASIS | ~hzFileset | (void) |
Public Methods:
hzEcode | AddRoot | (hzString& pathname) | |
hzChain& | Error | (void) | |
hzEcode | Export | (const char* filepath) | |
hzEcode | Import | (const char* filepath) | |
hzEcode | Scan | (void) | |
unsigned long | TotalBytes | (void) | |
unsigned int | TotalDirs | (void) | |
unsigned int | TotalFiles | (void) | |
void | _clear | (void) | |
hzEcode | _scan_r | (hzDirent* parent, hzString& curdir) |
Member Variables:
hzChain | m_Error | No description | |
hzList<hzString> | m_Roots | No description | |
hzMapS<hzString,hzDirent*> | m_dirs | No description | |
hzMapM<hzString,hzDirent*> | m_file | No description | |
unsigned int | m_nBlocs | No description | |
unsigned long | m_nBytes | No description | |
unsigned int | m_nChars | No description | |
unsigned int | m_nLinks | No description | |
unsigned int | m_nSocks | No description |