iphone - createDirectoryAtPath:attributes: alternative -


[nsfilemanager createdirectoryatpath:attributes:] gives me warning depreciated.

what alternative? or there better way of doing this?

thanks

tom

use createdirectoryatpath:withintermediatedirectories:attributes:error:

p.s.

createintermediates if yes, method create necessary intermediate directories; if no, method fails if parent of directory created not exist. in addition, if pass no parameter, directory must not exist @ time call made.


Comments

Popular posts from this blog

c++ - Compiling static TagLib 1.6.3 libraries for Windows -

php - How can I merge Nodes & Webform Submissions into instances of one general Content Type in Drupal 6? -

xslt - Umbraco and EXSLT sets do not work -