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