C
int FSmkdir( char * path );
Description
The FSmkdir function passes a RAM pointer to the path to the mkdirhelper function.
Preconditions
None
Parameters
Parameters |
Description |
path |
The path of directories to create. |
Return Values
Side Effects
Will create all non-existent directories in the path. The FSerrno variable will be changed.
Remarks
None