Objective-C. Create file at path which doesn't exist?

Viewed 5797

For example if I want to write file.txt into /folder1/folder2/folder3/ and noone of folders exists.

Is it the only way to create them manually?

3 Answers
Related