¡@

Home 

2014/10/15 ¤U¤È 10:13:09

iphone Programming Glossary: readfile

How can I convert my Zip-file to NSData to email my Zip file as an attachment

http://stackoverflow.com/questions/7809359/how-can-i-convert-my-zip-file-to-nsdata-to-email-my-zip-file-as-an-attachment

pngFilePath4 NSFileManager manager NSFileManager alloc init manager removeItemAtPath pngFilePath4 error nil ZipFile readFile ZipFile alloc initWithFileName path mode ZipFileModeCreate ZipWriteStream stream readFile writeFileInZipWithName @ foto2.jpg.. error nil ZipFile readFile ZipFile alloc initWithFileName path mode ZipFileModeCreate ZipWriteStream stream readFile writeFileInZipWithName @ foto2.jpg compressionLevel ZipCompressionLevelNone stream writeData fotoData stream finishedWriting.. @ MFMailComposeViewController if mailclass canSendMail self presentModalViewController picker animated YES readFile close data2 release fotoData release I think i need to make another NSData object from the readFile object and place this..