Wednesday, June 3, 2015

NSFileProtectionKey :


// 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: