79086565

Date: 2024-10-14 14:34:35
Score: 0.5
Natty:
Report link

You can set the folder’s “package bit” (as mentioned in Bundle Programming Guide):

NSURL *somePath = ...;
NSError *error = nil;
[somePath setResourceValues:@{NSURLIsPackageKey : @YES} error:&error];
if (error != nil) {
    // handle error
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Luna Razzaghipour