Name
afc_fstree_find -- Searches for a specific file/dir in the FST
Synopsis
FSTData * afc_fstree_find
( FSTree * fst, char * name );
Description
This function searches for a specific node inside the FSTree tree.
If the node does not exists, a NULL is returned.
Inputs
- fst
Pointer to a valid FSTree instance.
- name
Name of the node in the FSTree tree.