Tagged Questions
The nsfilewrapper tag has no wiki summary.
3
votes
4answers
750 views
Use ZIP-archives to store NSDocument data
I noticed that Apple started using zip archives to replace document packages (folders appearing as a single file in Finder) in the iWork applications. I'm considering doing the same as I keep getting ...
1
vote
0answers
152 views
Sharing a plist file using iCloud
I have a relativley simple app which persists data to a plist file located in the documents folder. The data loads into a UITableView at startup. The user can then edit, delete or add records and any ...
1
vote
1answer
213 views
NSFileWrapper Basics: How to extract components
Sorry if this is obvious, but I'm struggling with how to extract components from a NSFileWrapper and the docs were not particular enlightening.
I have two wrappers. One holds a simple txt file. The ...
1
vote
0answers
130 views
Is it possible to search files of particular extension in the entire device?
In my application, i am trying to find all files of particular extension (like .pdf, .txt, etc) that are stored in the device (either downloaded or transferred from system) and want to list them in ...
0
votes
0answers
93 views
Manage files with NSFileWrapper
I'm using NSFileWrapper and I initialize it with a directory with WithoutMapping parameter. If I delete file wrapper child (directory or regular file) and after that I call writeToURL function with ...
0
votes
1answer
217 views
Overriding NSDocument's fileWrapperOfType causes “Document could not be saved.”
I've got to be missing something simple, but Google is not helping.
My file saves and loads fine. (I've overridden dataOfType to get some stuff in it.) Then I override fileWrapperOfType (in ...