Rename .app on OSX using Qt -
i writing updater application downloads files file server. here sequence of operations:
1) download file server.
2) rename existing .app (how to?)
3) move downloaded app appropriate location.
is there best practice on osx rename application programmatically?
have tried qdir::rename()?
http://qt-project.org/doc/qt-4.8/qdir.html#rename
i'm windows/linux qt user can't out on best practices os x.
Comments
Post a Comment