Times like this and my Objective-C noobness shows. :-/
So, the more I work on a routine to do this, the more complex it's becoming, and I'm wondering if there isn't just a simple method to change the name of a filename in a path. Basically, I want to change @"/some/path/abc.txt
to @"/some/path/xyz.txt
-- replacing the filename portion but not changing the path or extension.
Thanks!