WinAPIServer::copyFile(...);
WinAPIServer::deleteFile(...);
There isnt a moveFile method however just using the copy then delete method works well. The advantage of these WinAPIServer class methods over the WinAPI class methods are that file permissions are handled by the methods themselves.
No comments:
Post a Comment
Thanks for the feedback!