If I have an NSString that contains a filename (and possibly a path, as typed 
on the command-line), how can I check to see if the specified file actually 
exists?

i.e.

...
NSString *inFile = [NSString stringWithUTF8String:argv[1]];
...

let's say, and inFile = @"MyFile.txt".

How can I make sure MyFile.txt exists before trying to read it in?


_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to