EliziumNet / RexFs

Regular expression based Bulk File/Directory renamer
MIT License
4 stars 2 forks source link

Remove the need for Pattern to be supplied when using Transform #24

Closed plastikfan closed 3 years ago

plastikfan commented 3 years ago

Currently, when using a transform, a prior rename has to take place using Pattern. This is a pseudo requirement and ends up hampering the use of the transform.

Need to decouple the Pattern parameter from the Transform and bypass a prior rename.

plastikfan commented 3 years ago

OOPS, I forgot to implement checking of the Success flag on the action result in case the transform is mis-behaved.