Deleted Files Still (Mysteriously) Accessible by Program
I've noticed some odd behavior with Vista recently that I was hoping to
gain some insight into.
We've been running an old VB6 program on Vista. The program accesses a
simple binary .ini file to load and save user settings. We've notice
that even if we delete this file, the program still seems to have no
trouble loading it, reading it, and writing to it.
Re: Deleted Files Still (Mysteriously) Accessible by Program
"cnewport" <cnewport.30vna1@no-mx.forums.net> wrote...
> We've been running an old VB6 program on Vista. The program accesses a
> simple binary .ini file to load and save user settings. We've notice
> that even if we delete this file, the program still seems to have no
> trouble loading it, reading it, and writing to it.
Is the INI file in a protected location, such as under the "C:\Program
Files" directory?
If so, you are probably seeing a side-effect of Vista's file and registry
virtualisation. See:
Re: Deleted Files Still (Mysteriously) Accessible by Program
Andrew,
Thank you for your help. Virtualization certainly seems a likely
culprit, as the program is running under "C:\ProgramFiles." I will
consult the support doc you referenced and see if I cannot gain
additional insight.