views:

377

answers:

1

i want to write some data in XML file.I can read in XML file but how can i write this. please give me some intruction.

A: 

NSFileManager has method

- (BOOL)createFileAtPath:(NSString *)path contents:(NSData *)contents attributes:(NSDictionary *)attributes
oxigen