• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Writing Files
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

  • Follow-Ups:
    • Re: Writing Files
      • From: Tyson Tate <email@hidden>
References: 
 >Re: Writing Files (From: Thomas Finley <email@hidden>)

  • Prev by Date: Re: Writing Files
  • Next by Date: Re: @Strings and strings in C
  • Previous by thread: Re: Writing Files
  • Next by thread: Re: Writing Files
  • Index(es):
    • Date
    • Thread