77BU_EXPORT
extern int bu_file_same(
const char *fn1,
const char *fn2);
155BU_EXPORT
extern size_t bu_file_list(
const char *path,
const char *pattern,
char ***files);
Header file for the BRL-CAD common definitions.
int bu_file_symbolic(const char *path)
int bu_file_size(const char *path)
b_off_t bu_ftell(FILE *stream)
int bu_file_executable(const char *path)
int bu_file_directory(const char *path)
int bu_file_same(const char *fn1, const char *fn2)
int bu_file_readable(const char *path)
size_t bu_file_list(const char *path, const char *pattern, char ***files)
b_off_t bu_lseek(int fd, b_off_t offset, int whence)
char * bu_file_realpath(const char *path, char *resolved_path)
int bu_fseek(FILE *stream, b_off_t offset, int origin)
int bu_file_delete(const char *path)
int bu_file_writable(const char *path)
int bu_file_exists(const char *path, int *fd)
Global registry of recognized magic numbers.