At a point in my code fileExistsAtPath: is returning NO for files that I have confirmed exist. I\'ve been scratching my head at this and can\'t figure out why its not working, s
You should use [dir path], not [dir absoluteString].
[dir path]
[dir absoluteString]