Functions | |
AXIS2_EXTERN void * | axutil_file_handler_open (const char *file_name, const char *options) |
AXIS2_EXTERN axis2_status_t | axutil_file_handler_close (void *file_ptr) |
AXIS2_EXTERN axis2_status_t | axutil_file_handler_access (const axis2_char_t *path, int mode) |
AXIS2_EXTERN axis2_status_t | axutil_file_handler_copy (FILE *from, FILE *to) |
AXIS2_EXTERN long | axutil_file_handler_size (const axis2_char_t *const name) |
AXIS2_EXTERN axis2_status_t axutil_file_handler_access | ( | const axis2_char_t * | path, | |
int | mode | |||
) |
determine accessibility of file checks the named file for accessibility according to mode
path | path name naming a file | |
mode | AXIS2_R_OK
|
AXIS2_EXTERN axis2_status_t axutil_file_handler_close | ( | void * | file_ptr | ) |
close a file
file_ptr | file pointer of the file need to be closed |
AXIS2_EXTERN void* axutil_file_handler_open | ( | const char * | file_name, | |
const char * | options | |||
) |
open a file for read according to the file options given
file_name | file to be opened | |
options | file options given. |