logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

gfs_rmdir - delete a directory

Description

gfs_rmdir() deletes a directory whose name is the string specified by gfarm_url. The directory must be
       empty.

Name

       gfs_rmdir - delete a directory

Return Values

GFARM_ERR_NO_ERROR
           The function terminated successfully.

       GFARM_ERR_NO_MEMORY
           Insufficient memory was available.

       GFARM_ERR_PERMISSION_DENIEDgfarm_url points outside your accessible address space.

       GFARM_ERR_DIRECTORY_NOT_EMPTY
           Directory is not empty.

       GFARM_ERR_NO_SUCH_OBJECT
           Directory does not exist.

       GFARM_ERR_NOT_A_DIRECTORY
           A component of the path prefix is not a directory.

       Others
           An error except the above occurred. The reason is shown by gfarm_error_string(3).

Gfarm                                              23 Jun 2019                                      GFS_RMDIR(3)

Synopsis

#include<gfarm/gfarm.h>gfarm_error_tgfs_rmdir(constchar*gfarm_url);

See Also