27 #ifndef _GVM_FILEUTILS_H 28 #define _GVM_FILEUTILS_H 49 const char *,
const char *,
const char *,
const char *);
char * gvm_file_as_base64(const char *)
Get the content of a file in base64 format.
int gvm_file_remove_recurse(const gchar *pathname)
Recursively removes files and directories.
gboolean gvm_file_move(const gchar *, const gchar *)
Moves a source file into a destination file.
int gvm_file_check_is_dir(const char *name)
Checks whether a file is a directory or not.
gboolean gvm_file_copy(const gchar *, const gchar *)
Copies a source file into a destination file.
gchar * gvm_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.