TCC 15.01.51 x64 Windows 7 [Version 6.1.7601]
Hello,
I create a link like this:
- In c:\bin, is there a way to list all the links? 'dir' doesn't seem to be able to do it.
- Once I know that c:\bin\msbld12.bat is a link, is there a way to determine what it is linked to?
Thanks for any insights...
(I found reference to INODE in another thread, but that seemed to be used to compare two objects to see if they are the same. @links[<file>] returns the number of links to the <file>, but nothing else.)
UPDATE:
'dir' identifies soft links ('<SYMLINK>') and their target, but not hard links.
Hello,
I create a link like this:
MKLNK c:\skydrive\bin\msbld12.bat c:\bin\msbld12.bat
- In c:\bin, is there a way to list all the links? 'dir' doesn't seem to be able to do it.
- Once I know that c:\bin\msbld12.bat is a link, is there a way to determine what it is linked to?
Thanks for any insights...
(I found reference to INODE in another thread, but that seemed to be used to compare two objects to see if they are the same. @links[<file>] returns the number of links to the <file>, but nothing else.)
UPDATE:
'dir' identifies soft links ('<SYMLINK>') and their target, but not hard links.