Qt删除目录


    QDir dir(strDownloadDir);
    dir.rmdir(strFilePath);   //目录必须为空,rmdir()才能成功。

原文地址:https://www.cnblogs.com/tingtaishou/p/14681112.html