BRL-CAD
#include "common.h"
#include <stdio.h>
#include <stddef.h>
#include <stdlib.h>
#include "bu/defines.h"
#include "bu/magic.h"
#include "bu/vls.h"
Include dependency graph for file.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int bu_file_exists (const char *path, int *fd)
 
int bu_file_size (const char *path)
 
int bu_file_same (const char *fn1, const char *fn2)
 
int bu_file_readable (const char *path)
 
int bu_file_writable (const char *path)
 
int bu_file_executable (const char *path)
 
int bu_file_directory (const char *path)
 
int bu_file_symbolic (const char *path)
 
int bu_file_delete (const char *path)
 
size_t bu_file_list (const char *path, const char *pattern, char ***files)
 
char * bu_file_realpath (const char *path, char *resolved_path)
 
int bu_fseek (FILE *stream, b_off_t offset, int origin)
 
b_off_t bu_lseek (int fd, b_off_t offset, int whence)
 
b_off_t bu_ftell (FILE *stream)