|
Greenbone Vulnerability Management Libraries
22.8.0
|
Go to the documentation of this file.
13 #ifndef _GVM_FILEUTILS_H
14 #define _GVM_FILEUTILS_H
44 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_is_executable(const char *name)
Checks whether a file or directory exists and is executable.
int gvm_file_check_is_dir(const char *name)
Checks whether a file is a directory or not.
int gvm_file_exists(const char *name)
Checks whether a file or directory exists.
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.
int gvm_file_is_readable(const char *name)
Checks whether a file or directory exists and is readable.
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.