I am having a problem with writeToFile:atomically:
I am having a problem with writeToFile:atomically:
- Subject: I am having a problem with writeToFile:atomically:
- From: April Gendill <email@hidden>
- Date: Mon, 5 Jul 2004 09:29:48 -0700
Ok,
I have an app that writes a dot file into the home folder. not in the
root of the home folder but in the home folder all the same. The data
is pretty basic. The problem is that on a number of systems the file is
not being written, even though I'm using if([data writeToFile:path
atomically:YES]) { doTheNextThing} to make sure that the data is
actually being written.
What would cause the system to report successfully saving the file
when in fact it is never created?
April.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.