func:新建文件夹成功。

This commit is contained in:
2025-11-16 20:51:56 +08:00
parent a608bedd11
commit 5139a66b9d
6 changed files with 183 additions and 68 deletions

View File

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