摘要: //---------------------------------------------------------------------------------NSFileManager *fileManager = [NSFileManager defaultManager];NSString *homeDir= NSHomeDirectory();//获取AppHome目录NSString *documentsDirectory= [NSHomeDirectory() stringByAppendingPathComponent:@"Documents"];//获 阅读全文
posted @ 2013-08-03 22:45 yingkong1987 阅读(1759) 评论(0) 推荐(0)