Guest User

Untitled

a guest
Jun 18th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. case 1: {
  2. NSString *origPath = [[[NSBundle mainBundle] resourcePath] stringByAppendingPathComponent: @"blank.webclip"]; NSString *newPath = [@"/private/var/mobile/Library/WebClips/" stringByAppendingPathComponent:[NSString stringWithFormat:@"%d.webclip", i]];[fileManager copyItemAtPath:origPath toPath:newPath error:nil];
  3. }
Add Comment
Please, Sign In to add comment