29 #ifndef GPGFRONTEND_FILEOPERATOR_H
30 #define GPGFRONTEND_FILEOPERATOR_H
32 #include "core/GpgFrontendCore.h"
50 static bool ReadFileStd(
const std::filesystem::path &file_name,
60 static bool WriteFileStd(
const std::filesystem::path &file_name,
61 const std::string &data);
71 static bool ReadFile(
const QString &file_name, QByteArray &data);
81 static bool WriteFile(
const QString &file_name,
const QByteArray &data);
88 static std::string CalculateHash(
const std::filesystem::path &file_path);
provides file operations
Definition: FileOperator.h:40
Definition: CoreCommonUtil.cpp:29