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