LFC_CHDIR(3) | LFC Library Functions | LFC_CHDIR(3) |
lfc_chdir - change LFC current directory used by the name server
#include <sys/types.h>
#include "lfc_api.h"
int lfc_chdir (const char *path)
lfc_chdir changes the LFC current directory used by the name server to expand LFC pathnames not beginning with /. This current working directory is stored in a thread-safe variable in the client.
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: 2001/10/04 12:12:42 $ | LFC |