This is an old revision of the document!
if you delete the hard link, it doesn't take the source with it.
-Path
is where the “link” is; i.e., that's where the pointer itself lives.-Target
is where the link's target is; i.e., that's where the pointer is targeted. (don't say source, you'll only get confused)have to be admin. :(
New-Item -ItemType HardLink -Path 'C:\Users\agrey\source\repos\api.platform.claims\api.platform.claims\Properties\launchSettings.json' -Target './launchSettings.json'