Re: how to determine file path from a document's NSFileWrapper?
Re: how to determine file path from a document's NSFileWrapper?
- Subject: Re: how to determine file path from a document's NSFileWrapper?
- From: "Louis C. Sacha" <email@hidden>
- Date: Sat, 27 Dec 2003 16:03:35 -0800
Hello...
I replied to your previous message from a few days ago, but my
message seems to have dissapeared somewhere between my out box and
the list... ??? ...
Anyway, the NSFileWrapper method
- (NSString *)filename;
should return the path of the file wrapper.
Louis
My document package class has a NSFileWrapper passed to
-loadFileWrapperRepresentation:ofType:. This is fine except that I
need to determine the file path for some of the files within the
package (images, etc.) since methods in other classes expect either
a NSURL or a NSString containing the full path.
How can I determine, at the very least, the base path associated
with the document's file wrapper?
TIA...
steve
_______________________________________________
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.