FTW
Overview
Related Modules:
Description:
Defines the file tree walker (FTW).
ftw.h describes the FTW structure. The file location can be determined based on the offset and the depth relative to the root node.
Summary
Data Fields
| Variable Name | Description |
|---|---|
| base | int |
| level | int |
Details
Field Documentation
base
1. int FTW::base
Description:
Offset of the file name in the path name
level
1. int FTW::level
Description:
Depth of the file name, relative to the root node of the tree
