// Create NSProtectionComplete attribute
NSDictionary *protectionComplete = [NSDictionary
dictionaryWithObject:NSFileProtectionComplete forKey:NSFileProtectionKey];
// Set attribute on file at
[[[NSFileManager] defaultManager] setAttributes:protectionComplete
ofItemAtPath:filePath error:nil];
No comments:
Post a Comment