Skip to content

Instantly share code, notes, and snippets.

@jaminguy
Created December 23, 2010 20:34
Show Gist options
  • Save jaminguy/753512 to your computer and use it in GitHub Desktop.
Save jaminguy/753512 to your computer and use it in GitHub Desktop.
- (NSString *)localPathForRecording:(RecordingFileInfo *)recording {
return [[RecordingController recordingsPath] stringByAppendingPathComponent:recording.fileName];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment