Re: Writing Files
Re: Writing Files
- Subject: Re: Writing Files
- From: Thomas Finley <email@hidden>
- Date: Sun, 29 Jun 2003 22:22:41 -0400
On Sunday, June 29, 2003, at 10:10 PM, Thomas Finley wrote:
Check out the documentation for NSOpenPanel in AppKit. There are a
wide range of
Ugh. NSSavePanel. You're writing, not reading. There is something
seriously wrong with my head.
NSSavePanel *sp = [NSSavePanel savePanel];
if ([sp runModal] == NSFileHandlingPanelCancelButton) return;
fopen([[sp filename] fileSystemRepresentation], "wb");
_______________________________________________
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.