I'm new to OS X development, the Foundation framework and swift. I have some C#.net experience.
I'm trying to figure out how to write and read data files (ints and doubles) to a data file on the hard drive. I've experimented with NSStream, NSFileHandle, writeToFile from NSMutableArray, and any number of other things I've read about on the web.
I need to store away a bunch of test values and read them in later for analysis.
I would appreciate guidance, references, code snippets, or what ever advice someone can offer. Details are very useful as I'm still learning this framework and swift. I've read the stuff on Aple's Developer site and the class references, but I need a little more "help" than that. Thanks - John