- (void)appendToFileAtPath:(NSString *)filePath data:(NSData
*)data - append data to the file at the specified
path.
Parameters
- (NSString *)filePath
- String specifying the path to the file.
- (NSData *)data
- Data to to append to the file.
Returns
(void)