I'm using NSKeyedArchiver to save an object. I didn't write out a full path in the path argument so my file is being written somewhere in the Apple iPhone simulator.
开发者_如何学运维What directory is my file going to?
[NSKeyedArchiver archiveRootObject:self toFile:@"Vanilla"];
Thanks!
mj
I figured it out. It was writing it to root "/". mj
精彩评论