afc_fstree_cd

Name

afc_fstree_cd  -- Changes "current directory" in FST

Synopsis

int afc_fstree_cd ( FSTree * fst, char * name );

Description

This function changes FSTree "current directory". After the change has been made, all further "relative" FSTree operations will start from this new directory.

Inputs

fst

Pointer to a valid FSTree instance.

name

Name of the directory.

Result

See Also