I'm currently developing an IE add-on that needs to read some existing files under the "My Documents" from the current user's profile.
If IE is running in protected mode:
- what care should be taken to always be able to read those files?
- does the virtualization mechanism affects file reads besides writes?
Thank you very much.