NSBundle对象(2)
来源:未知 责任编辑:责任编辑 发表时间:2013-11-26 22:13 点击:次
if (boolValue) {
NSLog(@"remove cover image ok");
}
- (NSString*)getUserDocumentDirectoryPath {
NSArray* array = NSSearchPathForDirectoriesInDomains( NSDocumentDirectory, NSUserDomainMask, YES);
if([array count])
return [array objectAtIndex: 0];
else return @"";
}
相关新闻>>
- 发表评论
-
- 最新评论 更多>>