0

How can I watch a file and whenever it is written to insert the added contents to a NSTableView as a new row?

cynicaljoy
  • 2,047
  • 1
  • 18
  • 25

1 Answers1

0

I'm not going to go into all the details of exactly how to do this, but I'm guessing that the sticking point for you is probably how to monitor a file in the filesystem. If that's the case, the answer to this question should be useful:

Notification of changes to the iPhone's /Documents directory

Community
  • 1
  • 1
Eric Petroelje
  • 59,820
  • 9
  • 127
  • 177