trying to write a simple item to check a directory to see how many .xml files are in and everything I try gives me a 0 result.
is what I have tried and it returns 0 even though there are files in the directory. When I have gotten a result it counts all files and folders in the directory, which I don't want and the [Max_depth] does not return a value.
Amy help is appreciated!
| vfs.dir.count[E:\CloudData\RelayCallbackProcessor\LogProcessor\L ogFiles_1,regex_incl,(?i)^.+\.xml$] |
Amy help is appreciated!
Comment