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.
我正在编写一个从文件服务器下载文件的更新程序应用程序。以下是操作顺序:
1) 从服务器下载文件。
2)重命名现有的.app (如何?)
3)将下载的应用程序移动到适当的位置。
OSX 上是否有以编程方式重命名应用程序的最佳实践?
你试过QDir::rename()吗?
QDir::rename()
http://qt-project.org/doc/qt-4.8/qdir.html#rename
我主要是 Windows/Linux Qt 用户,所以我无法帮助您了解 OS X 的最佳实践。