mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2025-07-04 17:15:29 +08:00
update
This commit is contained in:
@ -180,6 +180,19 @@ public:
|
||||
*/
|
||||
Q_INVOKABLE bool removeDir(QString dirPath);
|
||||
|
||||
/**
|
||||
* @brief removeFile
|
||||
* @param filePath
|
||||
* @return
|
||||
*/
|
||||
Q_INVOKABLE bool removeFile(QString filePath);
|
||||
|
||||
/**
|
||||
* @brief showFileInFolder
|
||||
* @param path
|
||||
*/
|
||||
Q_INVOKABLE void showFileInFolder(QString path);
|
||||
|
||||
};
|
||||
|
||||
#endif // FLUTOOLS_H
|
||||
|
Reference in New Issue
Block a user