Posts

Post not yet marked as solved
0 Replies
452 Views
NSArray *tableau = [fm contentsOfDirectoryAtURL:url .... I get in return: Error Domain=NSCocoaErrorDomain Code=257 "The file “*************” couldn’t be opened because you don’t have permission to view it." UserInfo={NSURL=file:///Users/gerardMonNom, NSFilePath=/Users/gerardMonNom, NSUnderlyingError=0x6000033788d0 {Error Domain=NSPOSIXErrorDomain Code=1 "Operation not permitted"}} How do we fix this anomaly?
Posted
by ggBuguet.
Last updated
.
Post not yet marked as solved
0 Replies
659 Views
NSUnderlyingError=0x6000003c76f0 {Error Domain=NSPOSIXErrorDomain Code=1 "Operation not permitted"}} Operation not allowed, okay. why? I just want to change the name of a file on an external drive. If anyone knows the answer and especially knows the solution to eliminate this error, thank you very much for letting me know. Thank you in advance.
Posted
by ggBuguet.
Last updated
.