GFS_RMDIR(3) | Gfarm | GFS_RMDIR(3) |
gfs_rmdir - 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
23 Jun 2019 | Gfarm |