
ListLinks V1.6 - freeware by Uwe Sieber - www.uwe-sieber.de


ListLinks is a commandline tool which lists:

* reparse points
   - mount points (directory entries which point to logical volumes or other local directories)
   - symbolic links (directory entries which point to other directories - also relative paths and remote dirs)
   - app execute link (directory entries which contain information about UWP apps)
   - other, unsupported types
* hard links (file entries which point to the same file as others on the same volume) 

It supports only Microsoft file systems.


Usage:

ListLinks FileSpec [-s]
-s   recurse subdirs


Sample:

ListLinks C:\* -s



Reparse points are shown when found while hard links must be collected
and matched first, so they are listed at the end.





Uwe Sieber
Oct 2021


