cocoa - how to export a image to a folder? -


Now I want to export an image to my project in a folder, I think it is with NSBundle and NSFileManager problem But I do not know how to do this? Thanks a lot!

  [[Some image TIFF report] Write: "path / per / file .tiff" "Atomically: no];  

will export a NISMF as a TIFF file, although your question is slightly unclear


Comments