How to change permission of a directory recursively using NSFileManager setAttributes
- by Pierre
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?