Steve Hayes wrote:
> On Tue, 11 Oct 2011 12:01:11 -0500, Char Jackson <> wrote:
>
>> What are the complete paths and names of the directories you created
>> on the Win 7 system? Did you inadvertently use a Junction Point within
>> the path? What is the complete path and name of the directory on the
>> desktop system?
>
> It is C:\Stevedoc
In Windows 7, you can't make directories under the root. Stevedoc is now
right under C:, at the root level.
I think what happens, is somewhere under the "Users" tree, your Stevedoc
will be stored. Windows 7, to support a certain degree of backward compatibility,
allows you to "think" you just wrote to the root of the drive, but then the
folder is actually stored somewhere else. Then, not all tools necessary work
properly, to represent this subterfuge. The "Program Files" folder may receive
a similar kind of protection. These features were introduced, to beef up security.
The implication was, certain kinds of security breaches came from allowing
access to the root of the drive.
OK, found the technical term in this posting:
"After some digging around, it seems that the files are then stored (moved)
to a folder called VirtualStore located in C:\users\*username*\AppData\Local\"
So you want to research how VirtualStore works and where it is used by W7.
http://en.wikipedia.org/wiki/User_Account_Control
"UAC attempts to alleviate this using File and Registry Virtualization, which
redirects writes (and subsequent reads) to a per-user location within the
user’s profile. For example, if an application attempts to write to
“C:\program files\appname\settings.ini” and the user doesn’t have permissions
to write to that directory, the write will get redirected to
“C:\Users\username\AppData\Local\VirtualStore\Program Files\appname\settings.ini”.
"
It's when all the software on the computer, doesn't understand that, that you have
to "look in two places" for your files.
And this posting, is the height of comedy. W7 manages to create a "D:\VirtualStore",
which is right under the root of the drive :-) You can't make this stuff up.
http://answers.microsoft.com/en-us/w...b-caf8108101ab
Have fun,
Paul