File Count Bug

Hola,
i think there is a little bug in the node Dir (File).
the file count isn’t updated if you include the Subdirectories.

greetz

File Count Bug.v4p (4.7 kB)

Had this too. The problem is that the delphi function that is used doesn´t return the filecount if you specify that it should look for all subdirectories.
My workaround was to put a SubDir (File) before the Dir an set _ All Levels_ to true.