please help me...
i'm a new developer on iphoneos & macos,i tried to create a folder in system directory with NSFileManager object :
NSString *path = @"/system/library/newFolder";
[[NSFileManager defaultManager] createDirectoryAtPath

ath attributes:nil];
at the end of process nothing created in "/system/library",so how i can create a new directory in "/system/library" ?