• 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: [Newbie] writing plain text to a file
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [Newbie] writing plain text to a file


  • Subject: RE: [Newbie] writing plain text to a file
  • From: "Mondragon, Ian" <email@hidden>
  • Date: Fri, 28 Feb 2003 15:46:41 -0600

why not just use standard C FILE* pointers? man fopen(), man fclose()?

- ian

> -----Original Message-----
> From: Chris Garaffa [SMTP:email@hidden]
> Sent: Friday, February 28, 2003 3:28 PM
> To: email@hidden
> Subject: [Newbie] writing plain text to a file
>
> Hi all,
>
> I've been programming Cocoa for a couple months now, but getting really
> into it the last 2 or 3 weeks. I've got this program which generates a
> random number in a specified interval, and writes that number, and the
> next 100 or so numbers above it. It needs to write all these numbers to
> a file, each on its own line. What I do now is create an NSMutableArray
> to hold all the numbers, and then [numArray writeToFile:
> numFileLocation atomically:YES]. This works... it creates the file and
> the data is in there, but I (and my users!) would rather have just a
> plain text file with one number on each line instead of this XML file.
> I did some research and found a lot of stuff about NSFileHandle,
> NSFileManager and NSData but I couldn't figure out the best way to do
> this. Can someone point me in the right direction? Thanks!
>
> --
> Chris Garaffa
> email@hidden
> http://moondrop.heli0s.net/
> _______________________________________________
> 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.
_______________________________________________
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.

  • Prev by Date: [Newbie] writing plain text to a file
  • Next by Date: Re: Cursor Hell
  • Previous by thread: Re: [Newbie] writing plain text to a file
  • Next by thread: Re: [Newbie] writing plain text to a file
  • Index(es):
    • Date
    • Thread