private protected override void HandleFile(NtFile file) { WriteObject(file.GetHardLinks().Select(l => FormatWin32Path ? l.Win32Path : l.FullPath), true); }