How do i get the tmp directory on the iPhone or iPad?

if i use NSTemporaryDirectory() to create a file it does not save to the simulator temp directory.

link|improve this question

3  
NSTemporaryDirectory() will do the right thing on a device. – drawnonward Jun 6 '10 at 4:51
that works, fill it in as an answer and ill mark it – Aran Mulholland Jun 17 '10 at 9:04
feedback

1 Answer

up vote 9 down vote accepted

As drawnonward said correctly in a comment

"NSTemporaryDirectory() will do the right thing on a device."

and thats true...

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.