How to create a hardlink in C#? Any code snippet, please?
Process.Start("mklink /H", String.Format("{0} {1}", link, target));