[SOLVED] How do I read RTFD files into a view?
[SOLVED] How do I read RTFD files into a view?
- Subject: [SOLVED] How do I read RTFD files into a view?
- From: "Alan Smith" <email@hidden>
- Date: Sat, 27 May 2006 15:41:43 -0400
Thanks everyone!
Using readRTFDFromFile: worked great!!
The other problem I was having was going to deep when iterating over
the contents of the directory and getting the insides of the rtfd
file. I fixed that like this:
[enumerator skipDescendents];
That was in a while loop, 'enumerator' is the enumerator of the
directory. It would skip the descendents and then add the path of the
current file to the array of files. Missing the insides of the rtfd
files. It enumerated over only the files in the directory, it didn't
go into any directory's.
Thanks again, Alan
--
// Quotes from yours truly -------------------------
"You don't forget, you just don't remember."
"Maturity resides in the mind."
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden