Hardlinks on Windows
Published:
Just a note to self... and you'll need an elevated command prompt to do this...
Creating
mklink /H new-file some-file
Finding
fsutil hardlink list some-file
Just a note to self... and you'll need an elevated command prompt to do this...
mklink /H new-file some-file
fsutil hardlink list some-file