Hi,
I want to generate unique file paths in Objective-C. I looked at NSTemporaryDirectory()
but the closest I could get was to this and this. But in the second one they create such a file. I do not want to create it, I just want an NSString for a unique writable path... I don't need paths to folders, just files. How is this possible?