Hi, My app, which is run on arbitrary computer on Widows XP/Vista/7 on arbitrary account (f.e. user with limited privileges) needs to open a file that is wrapped within another file. It can open this embedded file only by file name so the app needs to unwrap the file, store it as another file and then open it.
What can I do to be sure that I have enough privileges to create a file and read/write it? Is there any special place I can store my files in such situation in Windows. Can I use memory mapped files? - can they be read by standard IO operations like OpenFile/ReadFile ?
Thanks