Hi!
I have an array of Objects in cocoa application which is having
name,discriptions,type,image etc....as instance variables.
I want to store this array on disk and when i launch my application i
want to fetched this array and used it again
Can anyone tell me how can i do it .
I tried function writeToFile methods its not working.
Thanks