As we move a xml file from our project,i.e using the code
[self MoveFilesToMyDocFolder:@"Config.xml"]; and by the method
- (void)MoveFilesToMyDocFolder:(NSString *)destfileName
similarly how can we move a xml file from one directory to another directory.
You can use
moveItemAtPath:toPath:error:orcopyItemAtPath:toPath:error:Pl. refer this page.