Quote:
Originally Posted by CRussel
Hard links have always been supported on NTFS, but until mklink was added as an internal command to cmd.exe, there was no native way to implement them.
|
Like I said, not exposed by default. IIRC, back when you had to install an optional MS package to get mklink.
Quote:
OpenNT and Interix could create them, and then they were visible and supported on Windows. Now they are fully supported by PowerShell, with New-Item. Which supports hard and symbolic links, as well as junctions.
|
I'm not surprised PowerShell supports them. (I'd be surprised if it didn't.) I make a fair bit of use of them, but through the aforementioned LSE.
______
Dennis