View Single Post
Posts: 2,152 | Thanked: 1,490 times | Joined on Jan 2006 @ Czech Republic
#4
Originally Posted by Milhouse View Post
The closest Microsoft ever came to supporting symlinks is with shortcuts, but that's not really the same thing at all as shortcuts are not really a feature of the filesystem, instead they're supported by the shell (Explorer) and associated high level file access APIs.
Well, NTFS filesystem supports soft and hard links since windows 2000 but there is no tool from microsoft to create them. Microsoft needed it to implement their posix subsystem but otherwise this complex and confusing feature is hidden from normal users. You can install some 3rd party freeware to create such links.

See http://en.wikipedia.org/wiki/NTFS_junction_point

Also they added something in Vista too
http://en.wikipedia.org/wiki/NTFS_symbolic_link
__________________
Newbies click here before posting. Thanks.

If you really need to PM me with troubleshooting question please consider posting it to the forum instead. It is OK to PM me a link to such post then. Thank you.