I am using an third party SDK for file handling, they have given some handles for file open, file read, file write. When i create the object of wrapper of that SDK using file path its calls those handle methods (File open, file read etc.).
I want to change the data of file at the time of reading it. But the SDK open multiple supporting files so i am not able to find is it my file in read state or some other file.
They have provided the object of NSFileHandle in there read method is there is any way i can find out is it my file or supporting file using file handle object or is there is any other way around.
Please suggest me the solutions.
Regards: