func:重命名功能完成。

This commit is contained in:
2025-11-16 19:23:59 +08:00
parent 466b012b4f
commit e24223b32b
8 changed files with 215 additions and 16 deletions

View File

@@ -51,6 +51,7 @@ public:
static QString GetVersion();
static bool FileExist(const QString& path);
static bool DirExist(const QString& path, bool isFilePath);
static QString Rename(const QString& from, const QString& to, bool isDir);
static QString UUID();
static QVector<QString> GetLocalDrivers();
};