摘要:
NSArray *paths=NSSearchPathForDirectoriesInDomains(NSDocumentDirectory,NSUserDomainMask,YES); NSString *path=[paths objectAtIndex:0]; NSString *filename=[path stringByAppendingPathComponent:[path stringByAppendingString:@"faceMap_ch.plist"]]; //NSFileManager *fM=[NSFileManager defaultManag 阅读全文
posted @ 2013-05-19 20:16
StevenFu
阅读(146)
评论(0)
推荐(0)