47 #error arb_file.h included twice
GB_ERROR GB_symlink(const char *target, const char *link)
GB_ERROR GB_safe_copy_file(const char *oldpath, const char *newpath)
long GB_mode_of_file(const char *path)
void GB_unlink_or_warn(const char *path, GB_ERROR *error)
char * GB_follow_unix_link(const char *path)
long GB_getuid_of_file(const char *path)
bool GB_is_executablefile(const char *path)
GB_ERROR GB_set_mode_of_file(const char *path, long mode)
long GB_size_of_FILE(FILE *in)
long GB_size_of_file(const char *path)
bool GB_is_regularfile(const char *path)
static void error(const char *msg)
GB_ERROR GB_safe_rename_file(const char *oldpath, const char *newpath)
bool GB_is_fifo(const char *path)
GB_ERROR GB_move_file(const char *oldpath, const char *newpath)
bool GB_is_writeablefile(const char *filename)
unsigned long GB_time_of_file(const char *path)
long GB_mode_of_link(const char *path)
int GB_unlink(const char *path)
GB_ERROR GB_copy_file(const char *srcpath, const char *dstpath)
GB_ERROR GB_set_time_of_file(const char *path, unsigned long new_time)
bool GB_is_privatefile(const char *path, bool read_private)
bool GB_is_readablefile(const char *filename)
bool GB_is_directory(const char *path)
bool GB_is_link(const char *path)