TechieGuy12 / FileWatcher

A file and folder monitor that can send notifications, perform actions, or execute a command when a file or folder is changed.
MIT License
106 stars 27 forks source link

Rename event not specifying the previous name #37

Open AminBhst opened 1 year ago

AminBhst commented 1 year ago

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?

TechieGuy12 commented 1 year ago

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

AminBhst commented 1 year ago

That would be great. Thank you

TechieGuy12 commented 1 year ago

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

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