File dependency to detect deleted or renamed files

Hi guys,

Can you modify the File dependency action so that there is the *option* for the action to detect deleted and renamed files since the last time it ran the check. For example suppose I have specified the following criteria to check for files:

D:\FbTest\AnotherFolder\*.txt

If a text file (.txt) has been deleted subsequent to the previous run then the File dependency action should cause its child actions to execute.

Thanks
Christian

Christian,

Thanks for this suggestion. I’ve put it on our to-do list for a future version.

We may, in fact, make a “Folder Dependency” action which simply detects whether or not a folder has changed since the last time the action was run. Does this sound like it would do the trick?

- Angus

Hi Angus,
Sorry I didn’t get back to you sooner.

If you mean that this new action will recursively detect changes to the file content of the folder, then yes this would definitely be helpful.

Another idea: for the ultimate in flexibility for detecting changes, a Dependency action that would accept a FileSet would seem to fit nicely :slight_smile:

Christian