When I have NSString
with /Users/user/Projects/thefile.ext
I want to extract thefile
with Objective-C methods.
What is the easiest way to do that?
When I have NSString
with /Users/user/Projects/thefile.ext
I want to extract thefile
with Objective-C methods.
What is the easiest way to do that?