I know that this is a really simple question, but where should I place the || below if I want to check for both CAF and AAC? Thanks!
if ([[file pathExtension] isEqualToString:@"caf"])
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Note – this is a literal comparison so it is not case insensitive – if you want to do a case insensitive comparison: