Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
 Source_replacing=(.*)(.txt)
 Source_replacement=/SAVE/\\1_[date:yyyyMMddHHmm];\\2

All Files on source with .txt extension will be moved to /SAVE/ folder and the filename will be extended by a timestamp.

...