Navigation¶
Navigating through a scanned file system tree and query single values can be done using only 4 OLE Automation methods and one property.
Navigation properties¶
- RootFolderID
Read-only property, that contains the currently selected root folder ID.
Navigation methods¶
- FirstChildID
Returns the ID representing the first sub folder of the passed parent ID.
- NextSiblingID
Returns the ID representing the next sibling of the passed sibling ID.
- GetInformation
Retrieves a defined type of information you are interested in for a passed folder ID.
- GetHistoricalFolderInformation
Retrieves a defined type of information you are interested in for a passed folder ID from a past scan date.