document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. [[NSFileManager defaultManager] createFileAtPath:[self filePath]
  2.                 contents:[@"super secret file contents" dataUsingEncoding:NSUTF8StringEncoding]
  3.                 attributes:[NSDictionary dictionaryWithObject:NSFileProtectionComplete
  4.                                                        forKey:NSFileProtectionKey]];
');