A rather dumb but hopefully easy question.
Does the OS keep a TemporaryDirectory at all times.
So the call;
tempDir = NSTemporaryDirecory;
simply returns an existing Directory?
Once the programmer is done with this, does it have to be deleted?
Thanks
Does the OS keep a TemporaryDirectory at all times.
So the call;
tempDir = NSTemporaryDirecory;
simply returns an existing Directory?
Once the programmer is done with this, does it have to be deleted?
Thanks