Hello!
I am trying to virtualize my own application which uses ActiveX flash and flash writes its cache to %appdata% folder, but for some reason i cannot access that folder from my own application? (it all works perfectly if i run my application normally)
Basically my application retrieves the full path of %appdata% which is "C:\Documents and Settings\myuser\Application Data" and if i try to delete something from there, let's say flash cache which should be located at "C:\Documents and Settings\myuser\Application Data\Macromedia\Flash Player\#SharedObjects\" then it just says "Cannot delete file: Cannot read from the source file or disk" even though directory exists in the sandbox in the "%appdata%\Macromedia\Flash Player\#SharedObjects\"
I use SHFileOperation api for the deletion.