| www.delorie.com/djgpp/doc/libc-2.01/libc_539.html | search |
#include <unistd.h> int rmdir(const char *dirname);
This function removes directory dirname. The directory must be empty.
Zero if the directory was removed, nonzero on failure.
rmdir("/tmp/datadir");
Go to the first, previous, next, last section, table of contents.
| prev next webmaster | delorie software privacy |
| Copyright © 1997 | Updated Apr 1997 |