afc_fstree_mkdir

Name

afc_fstree_mkdir  -- Creates a new "directory" in FST

Synopsis

int afc_fstree_mkdir ( FSTree * fst, char * folder );

Description

This function creates a new directory in the FST, called *folder*. The *folder* name can be a relative or absolute path (starting with "/").

Inputs

fst

Pointer to a valid FSTree instance.

folder

Name of the folder to create.

Result

Note

See Also