I have iPhone Library in c (it is created from c source in MAC). There is a method that read a file using file path. Now I want to input the file path in Objective-C to that method. My questions are:
- Is it possible to do? I mean use c library to read file on iPhone.
if it is possible,
- Where is the location in my project to put the file? (Resources ?)
- And, how can I get the path to be input in the method? (NSBundle ?)
Thanks