¡@

Home 

2014/10/15 ¤U¤È 10:12:30

iphone Programming Glossary: pathtocompress

How can I use iCloud to synchronize a .zip file between my apps?

http://stackoverflow.com/questions/8047217/how-can-i-use-icloud-to-synchronize-a-zip-file-between-my-apps

NSSearchPathForDirectoriesInDomains NSDocumentDirectory NSUserDomainMask YES objectAtIndex 0 NSString pathToCompress documentsDirectory stringByAppendingPathComponent toCompress NSArray subpaths NSFileManager fileManager NSFileManager defaultManager.. toCompress NSArray subpaths NSFileManager fileManager NSFileManager defaultManager if fileManager fileExistsAtPath pathToCompress isDirectory isDir isDir subpaths fileManager subpathsAtPath pathToCompress else if fileManager fileExistsAtPath pathToCompress.. if fileManager fileExistsAtPath pathToCompress isDirectory isDir isDir subpaths fileManager subpathsAtPath pathToCompress else if fileManager fileExistsAtPath pathToCompress subpaths NSArray arrayWithObject pathToCompress zipFilePath documentsDirectory..