Hi,
I am trying to open file, read chunk of data from the file and send to PC application where it receive it.
I am getting error "-14" i.e. KErrInUse, how should I open and read the file.Code:file.Open(m_fsSession, szFilePath, EFileStream|EFileRead|EFileShareAny);
I want to open and read any file in mobile file system.
how should I open file which are in use?
how should I open system files?



