Hi,
A new version of watchDirectory has been released. The major new feature is an enhanced
Auto Copy Files plugin. This plugin now allows you to use "dynamic naming" for the target file/directory. With dynamic naming you can set the target to, for example,
Code:D:\target\{year}\{month}\{day}\{extension}
This will have the effect that new files will be copied to sub-directories of D:\Target based on the current date and extension of the new file.
For example, when the file Hello.doc is created in the monitored directory, it will be auto-copied to
Code:D:\Target\2005\10\10\doc\Hello.doc
Enjoy the new release!
Gert