Turn off backup flag for iOS files

Apple requires that any files we create (or copy from the bundle) have their backup flag set to false. I know how to do that in objective c, and I’m sure I can write a wrapper to access it from C++, but I was just wondering whether there’s already support for this in cocos2d-x?