2014年9月17日 星期三

把NSArray直接寫入plist

NSString* areaRootPath = [[FolderHelper share] areaFolderRootPath];
    NSString* areaPlistPath = [areaRootPath stringByAppendingPathComponent:kKeyFile_CourseAreaList];

//直接把array(裡面包dictionary)寫入plist
[plistMAry writeToFile:areaPlistPath atomically:true];

沒有留言:

張貼留言