SmFsCreateDir
Allocates SRAM memory and a directory entry for a directory.
Synopsis
int SmFsCreateDir(const char * name,
unsigned int entries);
Parameter | Description |
---|---|
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 for success or an error condition.