debian man page for gfs_rmdir

Query: gfs_rmdir

OS: debian

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

GFS_RMDIR(3)															      GFS_RMDIR(3)

NAME
gfs_rmdir - delete a directory
SYNOPSIS
#include <gfarm/gfarm.h> char *gfs_rmdir (char * gfarm_url);
DESCRIPTION
gfs_rmdir() deletes a directory whose name is the string specified by gfarm_url. The directory must be empty.
RETURN VALUES
NULL The function terminated successfully. GFARM_ERR_NO_MEMORY Insufficient memory was available. GFARM_ERR_PERMISSION_DENIED gfarm_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 its pointed strings. Gfarm 13 November 2006 GFS_RMDIR(3)
Related Man Pages
gfarm(3) - debian
gfarm_url_section_replicate_from_to(3) - debian
gfs_chmod(3) - debian
gfs_pio_gets(3) - debian
gfs_utimes(3) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
awk or sed - Convert 2 lines to 1 line
Detecting unused variables...
One instance of comparing grep and awk
Find columns in a file based on header and print to new file