LFC_ACCESSR(3) | LFC Library Functions | LFC_ACCESSR(3) |
lfc_accessr - check existence/accessibility of a file replica
Under Unix:
#include <sys/types.h>
#include <unistd.h>
#include "lfc_api.h"
Under Windows/NT:
#include <sys/types.h>
#define R_OK 4
#define W_OK 2
#define X_OK 1
#define F_OK 0
#include "lfc_api.h"
int lfc_accessr (const char *sfn, int amode);
lfc_accessr checks in the name server database the existence or the accessibility of the file replica sfn according to the bit pattern in amode using the real user ID.
This routine returns 0 if the operation was successful or -1 if the operation failed. In the latter case, serrno is set appropriately.
LCG Grid Deployment Team
$Date: 2010-04-05 09:51:26 +0200 (Mon, 05 Apr 2010) $ | LFC |