C
int FSrmdir( char * path, unsigned char rmsubdirs );
Description
Preconditions
None
Parameters
Parameters |
Description |
path |
The path of the directory to remove |
rmsubdirs |
|
Return Values
Side Effects
The FSerrno variable will be changed.
Remarks
None.