I am trying to set up am item to check for the existence of any file in /var/tmp that ends in .FDC. I am using the following key value:
vfs.file.exists[/var/tmp/*.FDC]
Even though the file exists this never picks it up. Can I not use *.FDC to do this?
vfs.file.exists[/var/tmp/*.FDC]
Even though the file exists this never picks it up. Can I not use *.FDC to do this?