I need to delete files in my application 'temp/' directory. It contains blob(.png) and pdf files. There does not seem to be a way to use something like "*.pdf" to delete all files with that extension.
I have tried adding the files to the AddTempFile list but it seems to not work as I would like.
I have looked at the various procs, etc and have not found a way to do this. I cannot seem to get a file count on a directory to set up the logic/control flow.
Does anyone have a suggestion about how I might scheme this out. The ability to get a file count or set a mask in the deleteFile() proc would be enough.
Thanks
John W.