edelib  2.1.0
File Member List

This is the complete list of members for File, including all inherited members.

close(void)File
eof(void)File
File()File
File(const char *n, int m)File
file_copy(const char *src, const char *dest, bool exact=false)Filerelated
file_executable(const char *name)Filerelated
file_exists(const char *name)Filerelated
file_path(const char *fname, bool skip_link=false)Filerelated
file_readable(const char *name)Filerelated
file_remove(const char *name)Filerelated
file_rename(const char *from, const char *to)Filerelated
file_writeable(const char *name)Filerelated
getch(void)File
name(void) const File
open(const char *fname, int mode=FIO_READ)File
printf(const char *fmt,...)File
putch(int c)File
read(void *buff, int typesz, int buffsz)File
readline(char *buff, int buffsz)File
write(const void *buff, int typesz, int buffsz)File
write(const char *buff, unsigned int buffsz)File
write(const char *buff)File
~File()File