In the OpenFileL method of CEikDocument if you're opening a file-store then you let the framework deal with it by calling CEikDocument::OpenFileL. If it's not a file-store then you need to provide your own code to read from it.
That's why I want to check if a file contains a store or not.
Thanks,
Nikolas.
If we fall down it's so we can learn to pick ourselves up.
Without knowing the structure of the store you wouldn't be able to access it anyway
Forum posts: 68
In the OpenFileL method of CEikDocument if you're opening a file-store then you let the framework deal with it by calling CEikDocument::OpenFileL. If it's not a file-store then you need to provide your own code to read from it.
That's why I want to check if a file contains a store or not.
Thanks,
Nikolas.
If we fall down it's so we can learn to pick ourselves up.