m2m_fs_mk_dir

M2M_API_RESULT m2m_fs_mk_dir(CHAR *path)

 

Description: the function creates a directory entry. You must use the full path.

 

Parameters:
path:  pointer to the zero-terminated string containing the full path including the name of the directory

to be created.

 

Return value:
         refer to M2M_API_RESULT enum

 

NOTE: m2m_fs_last_error function returns the failure reason.