internal static bool NonWindowsCreateHardLink(string path, string strTargetPath) { return(Unix.CreateHardLink(path, strTargetPath)); }