gfs_rmdir
delete a directory
- Provided by: libgfarm-dev (Version: 2.7.20+dfsg-1.1ubuntu1)
- Source: gfarm
- Report a bug
delete a directory
#include <gfarm/gfarm.h>
gfarm_error_t gfs_rmdir(const char * gfarm_url);
gfs_rmdir() deletes a directory whose name is the string specified by gfarm_url. The directory must be empty.
GFARM_ERR_NO_ERROR
GFARM_ERR_NO_MEMORY
GFARM_ERR_PERMISSION_DENIED
GFARM_ERR_DIRECTORY_NOT_EMPTY
GFARM_ERR_NO_SUCH_OBJECT
GFARM_ERR_NOT_A_DIRECTORY
Others