fs_mkdir()
int fs_mkdir (const char *name_full);
|
Create a directory.
Arguments
name_full
Name of the directory.
Returned Value
0, if the directory is created.
-1, if the directory is not created.
Notes/Warnings
None.
Example
|