Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [[NSFileManager defaultManager] createFileAtPath:[self filePath]
- contents:[@"super secret file contents" dataUsingEncoding:NSUTF8StringEncoding]
- attributes:[NSDictionary dictionaryWithObject:NSFileProtectionComplete
- forKey:NSFileProtectionKey]];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement