15 class CookieManager :
public QObject
22 explicit CookieManager(QObject *parent =
nullptr);
29 bool hasFile(
const File& file);
35 bool saveFile(
const File& file);
41 bool openFile(
const File& file);
47 bool removeFile(
const File& file);
54 bool moveFile(
const File& from,
const File& to);
60 QByteArray loadCache(
const String& name);
66 void saveCache(
const String& name,
const QByteArray& data);
Logic for reading or writing to a file as well as navigating filesystems or other common file operati...
The core String class for the NDEVR API.
The primary namespace for the NDEVR SDK.