Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我创建了新线程,该线程使用函数执行将文件从一个目录移动到另一个目录
bool QDir::rename(const QString & oldName, const QString & newName)
有可能打断这种移动吗?