I\'ve seen this question asked a few times but I have been unable thus far to achieve success using any of the post solutions. What I am trying to do is rename a file in the
NSError *error = nil; [[NSFileManager defaultManager] moveItemAtPath:initPath toPath:newPath error:&error];