77 static bool exists(
const char* filePath);
87 static bool exists(
const std::string& filePath);
99 static bool copy(
const char* sourcePath,
const char* destPath);
111 static bool copy(
const std::string& sourcePath,
const std::string& destPath);
123 static bool rename(
const char* sourcePath,
const char* destPath);
135 static bool rename(
const std::string& sourcePath,
const std::string& destPath);
146 static bool remove(
const char* filePath);
157 static bool remove(
const std::string& filePath);
168 static bool create(
const char* filePath);
179 static bool create(
const std::string& filePath);
190 static bool exists(
const QString& filePath);
202 static bool copy(
const QString& sourcePath,
const QString& destPath);
214 static bool rename(
const QString& sourcePath,
const QString& destPath);
225 static bool remove(
const QString& filePath);
236 static bool create(
const QString& filePath);
utils library export/import macros.
#define UTILSSHARED_EXPORT