AppleArchiver information
AppleArchiver information
These two functions I can't seem to find any information on. I'm trying
to compile an OBEX Push example which is linking against the following
methods:
ItemAtPathNeedsArchiving
AppleArchiveCreateUniquelyFromPath
if ( ItemAtPathNeedsArchiving( mCurrentFilePath ) )
{
NSString* newPath;
newPath = AppleArchiveCreateUniquelyFromPath(
kAppleArchiveOptionsNone, mCurrentFilePath );
Pete
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.