How can I write an audio file picked from mediaPicker
into some particular folder? We are currently writing image to file path with this method:
[UIImagePNGRepresentation(image) writeToFile:pngPath atomically:YES];
Is it possible for to do the same kind of thing with an audio file?
Thanks.