How to change permission of a directory recursively using NSFileManager setAttributes

Posted by Pierre on Stack Overflow See other posts from Stack Overflow or by Pierre
Published on 2010-03-29T05:47:12Z Indexed on 2010/03/29 5:53 UTC
Read the original article Hit count: 372

Filed under:

I'm currently using NSFileManager setAttributes to change the permission of a directory. My problem is that it doesn't appear to do so recursively. Is there any way to force it to do so?

© Stack Overflow or respective owner

Related posts about objective-c