AVAudioPlayer Doesn't play the songs inside the folders?
问题 I used this code to play songs it is not playing the songs inside the folders or folders of folders except the Documents directory. NSString *songname=[NSString stringWithFormat:@"%@",songArray[songIndex]]; NSLog(@"songname:%@",songname); NSString* saveFileName = songname; NSArray *paths = NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, YES); NSString *documentsDirectory = [paths objectAtIndex:0]; NSString *path = [documentsDirectory stringByAppendingPathComponent