Skip to content

Instantly share code, notes, and snippets.

@yeahq
Created April 15, 2012 10:10
Show Gist options
  • Save yeahq/2391693 to your computer and use it in GitHub Desktop.
Save yeahq/2391693 to your computer and use it in GitHub Desktop.
Move File
[[NSFileManager defaultManager] moveItemAtPath:MySourcePath toPath:MyDestPath error:nil];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment