how to check if a file contains a store?

Login to reply to this topic.
Tue, 2005-08-02 10:14
Joined: 2005-06-13
Forum posts: 68


************* Is there a simple and elegant way of checking if a file contains a store or not? ************************

Thanks,

Nikolas.



If we fall down it's so we can learn to pick ourselves up.


Tue, 2005-08-02 17:19
Guest (not verified)
Forum posts: 2043
Re: how to check if a file contains a store?
I don't think so, but what good would it do you if there were?
Without knowing the structure of the store you wouldn't be able to access it anyway
Wed, 2005-08-03 11:47
Joined: 2005-06-13
Forum posts: 68
Re: how to check if a file contains a store?
Well,

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.

  • Login to reply to this topic.