Hello
I would like to be able to monitor file sizes within a folder without specifying a specific filename. The folder acts as a drop box and then an automated process transfers the incoming files to another folder. The files are always called something different and sometimes there are multiple files dropped in at the same time. I don't know if it's possible to set up a wildcard of some sort so that the filename doesn't matter.
for example, the monitor would scan the folder and see
file1-11052112011.pdf (file size 2mb)
file2-11102112011.pdf (file size 5mb)
file3-11302112011.pdf (file size 36mb)
file4-11552112011.pdf (file size 1mb)
I would like it to alert me of the existance of file3 that is over the 25mb threshold.
is that possible?
thanks!