TechieGuy12/FileWatcher

Rename event not specifying the previous name

Opened this issue · 3 comments

When a file is renamed, the notification only specifies the new file name so there is no way to find out which file it was that got renamed. Is there anyway to find out the old name?

I can add the old name and path for a rename.

That would be great. Thank you

Version 1.5.0-beta.2 provides the ability to use the following placeholders:

  • oldexactpath
  • oldfullpath
  • oldpath
  • oldfile
  • oldfilename
  • oldextension

The provide the previous file/folder information and work the same as the standard, equivalent, placeholders.