How can I watch a file and whenever it is written to insert the added contents to a NSTableView as a new row?
Asked
Active
Viewed 125 times
1 Answers
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
-
I am trying to do this with an OS X desktop application, but I would assume this can still help. Thanks – cynicaljoy May 16 '11 at 23:22