Can't get the slices to show that I have in a directory?

I’m using a Dir (File) Node, set the Mask to *.wmv, tell it to search subdirectories and the files are named 01.wmv up to 11.wmv
When I use the inspecktor and look and the node it shows all 11 Silces in Short Filenames, but the file count still reads 0 and I can’t change it?

mm, this is a known problem. the File Count output only returns a count of the files directly in the given directory. not of the subdirectories.

if you just need the overall count connect a Count (String) to the Filenames output.

Great, that worked, thanks very much!