afc_fstree_internal_find

Name

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

Synopsis

FSTData * afc_fstree_internal_find ( FSTree * fst, char * intname );

Description

This function scans the FSTree File System for a specific node called *intname*. This is used as a wrapper for afc_fstree_internal_recursive_find() that scans for all dirs in the intname string.

Inputs

fst

Pointer to a valid FSTree instance.

intname

Name of node to look for.

Result

See Also