mkdir()

The MKDIR( ) function attempts to create the directory specified.  If the directory creation is successful the returned value is 0.  If the directory creation was unsuccessful, a value indicating a DOS error is returned.

rmdir()

The RMDIR( ) function attempts to remove the directory specified.  If the directory removal is successful the returned value will be 0.  If the directory removal was unsuccessful, a value indicating a DOS error will be returned.



