Hey,
I was wondering if there was an easy way to change a sound file name?
I am having the user record a sound then if they press save it changes the name so it is different then the next sound they record. In the end all of the sounds (or even only one) will be imported into a tableView.
All of that aside, I just want to know how to change a file name.
It would go into an empty IBAction.
Code:
- (IBAction)save:(id)sender {
}
Thank you in advance!