EliziumNet/Loopz

Expand diagnose to handle cases where items are skipped before being able to be diagnosed

Closed this issue · 1 comments

So we need to see why each item is excluded. They can be skipped for the following reasons:

  • fails client condition
  • fails Include match
  • matches exclusion
  • Top exceeded
  • fails Pattern match
  • not of the requested file system type, (eg, if File specified all Directories will be skipped)
  • break occurred

This will invole making changes to Invoke-ForeacFsItem as well as Rename-Many

Issue moved to BulkRenamer as EliziumNet/RexFs#3