func:删除文件/夹成功。

This commit is contained in:
2025-11-16 20:26:08 +08:00
parent e24223b32b
commit a608bedd11
6 changed files with 121 additions and 18 deletions

View File

@@ -52,6 +52,7 @@ public:
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 Delete(const QString& path);
static QString UUID();
static QVector<QString> GetLocalDrivers();
};