I'm trying to access a tab delimited text in cocoa.
Made the program in C++, works fine, but I'd like to put it in my Cocoa App since I need to call this functions and encode objects in the right format (it's an import function).
Where can I find the open, get, getline, read, write commands in cocoa?
Any ideas ?
Thanks !!