Hi,
Actually, the explanation is simple, it's a matter of compatibility for
older software. Prior to Vista, Windows used the "My <folder>" convention
for each user's personal folders. When software writers developed their
programs, they often included these folders as a data store point. These
bits were "hard-coded", meaning that rather than using a variable for
certain path statements, they used the actual physical path to the folder,
ie:
C:\Documents and Settings\username\My Documents
With Vista a change was made based on tons of feedback about getting rid of
the "My" moniker. Problem is, doing so would make all that hard-coded
software fall over since that file path would no longer exist. Despite what
people think, Microsoft spends a lot of time trying to make a new operating
system compatible with older software. The solution was to include these
junction points in the user profile to redirect any of these hard-coded
requests to the new location, ie:
C:\Users\username\Documents
The software doesn't know the difference, and the user would not normally
see them unless they enable the option to see hidden and system folders. The
same applies to "C:\Documents and Settings" as it is nothing more than a
redirect to the "C:\Users" folder. If Microsoft had not done this, no
software hard-coded with those paths would have been able to work in Vista.
--
Best of Luck,
Rick Rogers, aka "Nutcase" - Microsoft MVP
http://mvp.support.microsoft.com/
Windows help -
www.rickrogers.org
My thoughts
http://rick-mvp.blogspot.com
"gecko" <alpha@olympus.net> wrote in message
news:35r444hivbl2t0nerilps9b60ias4va57q@4ax.com...
> On Sat, 31 May 2008 20:54:26 -0400, "Rick Rogers" <rick@mvps.org>
> wrote:
>
>>Hi,
>>
>>"My Documents", as well as any of the "My..." folders are junction points
>>as
>>well. Each points to the corresponding folder under the user's profile.
>
>
> Out of curiosity, do you know why are there two 'documents' folders
> (or junction points as you state)? Sure confused me.
>
> Thanks for help
>
> -GECKO