Problem with RTF and NSTextView
Problem with RTF and NSTextView
- Subject: Problem with RTF and NSTextView
- From: Brant Sears <email@hidden>
- Date: Fri, 14 Nov 2003 11:16:26 -0800
I have an NSTextView and I am trying to invoke writeRTFDToFile: atomically:
method on this view.
So, I'm calling:
[myTextView writeRTFDToFile:@"/Users/me/desktop/foo.rtf" atomically: YES];
The result is that I get a folder called "foo.rtf" on my desktop that
contains a file called "TXT.rtf". Why does it force this stupid name for the
rtf file? Am I doing something wrong here?
Brant Sears
_______________________________________________
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.