|
|
1 NAME 2 remove_dir - remove a directory 3 4 SYNOPSIS 5 int remove_dir(string dir) 6 7 8 DESCRIPTION 9 Remove a directory, which must be empty. 1 is returned if the 10 directory could be removed, 0 otherwise. 11 12 SEE ALSO 13 kfun/get_dir, kfun/make_dir