private protected override void HandleFile(NtFile file)
 {
     WriteObject(FormatWin32Path ? file.GetWin32PathName(Flags) : file.FullPath);
 }