Hello,
In one of my apps I want to display the content of a text file (a log file) in an NSTextView and continuously update the NSTextView as new lines are added to the file. Basically, it should be something like the Console.app is doing.
I read about wrapping a "tail -f" command and...