afc_fstree_internal_recursive_find

Name

afc_fstree_internal_recursive_find  -- Scans the "FST" File System for a specific node

Synopsis

FSTData * afc_fstree_internal_recursive_find ( FSTree * fst, char * path, ArrayMaster * am );

Description

This function recursively resolves the path passed, by splitting the name for each "/" it finds and looking in the right ArrayMaster for the specific node.

Inputs

fst

Pointer to a valid FSTree instance.

path

Name of node to look for.

am

Pointer to a valid ArrayMaster used as "root" for the search.

Result

See Also