SmFsCreateDir

Synopsis
int SmFsCreateDir(const char * name,  
    		   unsigned int entries);
Description

Allocates SRAM memory and a directory entry for a directory.

Parameters
name Pointer to the absolute path of the directory to create.
entries Maximum number of entries that may exist in this directory.
Return Value

Returns 0 or an error condition.