Sunday, July 25, 2010

How to test if file exist in iPhone iOS

BOOL fileExists = [[NSFileManager defaultManager] fileExistsAtPath:somePath];

No comments:

Post a Comment