
10-16-2007
|
|
|
|
How to make 'junction/symbolic link' working with LocalizedResourceName [desktop.ini]?
I want to move 'Public Downloads' folder to another dirver and keeps
its localized name in the 'C:\Users\Public' Folder. I use 'mklink' to
create a 'junction/symbolic link' in the original place of ''Public
Downloads" (C:\Users\Public\Downloads). But the localized name is
lost.
[from explorer's view of 'C:\Users\Public']
[before moving]
Public Downloads [localized name]
Public Music
....
[after moving]
Downloads [The actual filename of link, and a small flag in
the left bottom corner indicates that it is a link]
Public Music
....
|