28 #ifndef _OPENVAS_FILE_H 29 #define _OPENVAS_FILE_H 45 const char*,
const char*,
const char*,
46 const char*,
const char*);
int openvas_file_remove_recurse(const gchar *pathname)
Recursively removes files and directories.
Definition: openvas_file.c:86
int openvas_file_check_is_dir(const char *name)
Checks whether a file is a directory or not.
Definition: openvas_file.c:60
gboolean openvas_file_move(const gchar *, const gchar *)
Moves a source file into a destination file.
Definition: openvas_file.c:173
const char * name
Definition: nasl_init.c:513
gchar * openvas_export_file_name(const char *, const char *, const char *, const char *, const char *, const char *, const char *, const char *)
Generates a file name for exporting.
Definition: openvas_file.c:239
gboolean openvas_file_copy(const gchar *, const gchar *)
Copies a source file into a destination file.
Definition: openvas_file.c:135
char * openvas_file_as_base64(const char *)
Get the content of a file in base64 format.
Definition: openvas_file.c:208