GFS_UNLINK(3) | Gfarm | GFS_UNLINK(3) |
gfs_unlink - 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
20 Jun 2019 | Gfarm |